Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thientvse/awesome-mobile-collections
General multiple things are about the mobile of many other sources
https://github.com/thientvse/awesome-mobile-collections
List: awesome-mobile-collections
android dialog edittext json
Last synced: 3 months ago
JSON representation
General multiple things are about the mobile of many other sources
- Host: GitHub
- URL: https://github.com/thientvse/awesome-mobile-collections
- Owner: thientvse
- Created: 2017-09-15T02:01:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T04:11:22.000Z (about 6 years ago)
- Last Synced: 2024-08-12T19:22:06.981Z (3 months ago)
- Topics: android, dialog, edittext, json
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-mobile-collections - General multiple things are about the mobile of many other sources. (Other Lists / PowerShell Lists)
README
## Synopsis
Collection many tips for development.
## Contribution
Pull requests are welcome!
I'd like to improve this library with your help! If you've fixed a bug or have a feature you've added, just create a pull request. Issues can be reported on the github issue tracker.
## UX/UI showcase
- [Android Niceties](http://androidniceties.tumblr.com/)
- [Dribble Material Design](https://dribbble.com/tags/material_design)
- [Uplabs design](https://www.uplabs.com/android)## Android Studio
- [Config color log in android studio](https://stackoverflow.com/questions/19933731/colored-logcat-in-android-studio-by-colorpid)
- [Create live template](https://riggaroo.co.za/create-live-templates-android-studio/)
- [Auto import all missing lib](https://stackoverflow.com/questions/16615038/what-is-the-shortcut-to-auto-import-all-in-android-studio)
- [Error aapt.exe finished with non-zero > exit value 1](https://stackoverflow.com/questions/29249986/finished-with-non-zero-exit-value?page=2&tab=active#tab-top)
## Gradle
- [Config version lib in gradle](https://segunfamisa.com/posts/android-gradle-extra-properties)
## Pattern
- [Android architecture components](https://github.com/googlesamples/android-architecture-components)## Android Element
- [Change font in Textview, Edittext easily - 1](https://stackoverflow.com/questions/12128331/how-to-change-fontfamily-of-textview-in-android)
- [Change font in Textview, Edittext easily - 2](https://stackoverflow.com/questions/19691530/valid-values-for-androidfontfamily-and-what-they-map-to)
- [Create Button auto generate XML - 1](http://hateum.github.io/AndroidDrawableGenerator/)
- [Create Button auto generate XML - 2]( http://angrytools.com/android/button/)
- [Underline Text - 1](https://stackoverflow.com/questions/5645789/how-to-set-underline-text-on-textview)
- [Underline Text - 2](https://stackoverflow.com/questions/2394935/can-i-underline-text-in-an-android-layout)
- [Hide soft keyboard when click outside edittext](https://stackoverflow.com/questions/4165414/how-to-hide-soft-keyboard-on-android-after-clicking-outside-edittext)
- [Shadow TextView](https://stackoverflow.com/questions/3297437/shadow-effect-for-a-text-in-android)
## Activity, Fragment
- [Activity Life cycle](https://stackoverflow.com/questions/8515936/android-activity-life-cycle-what-are-all-these-methods-for)
- [Replace fragment with fragment](https://stackoverflow.com/questions/11619573/fragment-add-or-replace-not-working)
- [Animation slide activity](https://github.com/ppamorim/Dragger)
- [Tranference activity](https://stackoverflow.com/questions/16332064/how-to-create-transparent-activity-in-android)
- [Create Splash screen](https://stackoverflow.com/questions/5486789/how-do-i-make-a-splash-screen)
## Lib Android
- Dialog, Progress similar iOS:
+ [Type 1](https://github.com/Samehadar/IOSDialog)
+ [Type 2](https://github.com/MagicDog707/iOSDialog)
+ [Type 3](https://github.com/Kaopiz/KProgressHUD)
+ [Type 4](https://github.com/t-kurimura/flickabledialog (Drag dialog))
- [Signature view in android](https://github.com/zahid-ali-shah/SignatureView)
## Retrofit
- [Error java.io.EOFException: End of input at line 1 column 1](https://github.com/abhinav272/Demo/blob/master/app/src/main/java/com/android/shopr/utils/NullOnEmptyConverterFactory.java)
## Google Maps
- [Open Google Maps from app with direction](https://stackoverflow.com/questions/2662531/launching-google-maps-directions-via-an-intent-on-android)
## Image
- [Circle image with Picasso](https://stackoverflow.com/questions/26112150/android-create-circular-image-with-picasso)
## Pass data
- [With Seriable](https://stackoverflow.com/questions/14333449/passing-data-through-intent-using-serializable)
- [With Eventbus](https://tutorialwing.com/android-eventbus-library-example/)
- [Start Activity for Result](https://stackoverflow.com/questions/15662258/how-to-save-a-bitmap-on-internal-storage)## Animation View
- [Show/hide layout in android](https://colinyeoh.wordpress.com/2012/10/07/simple-android-animation-on-view-gonevisible/)## Text, Edditext
- Disable edit/unable edit in edditext
+ https://stackoverflow.com/questions/4297763/disabling-of-edittext-in-android
- Set postision cursor
+ https://stackoverflow.com/questions/8035107/how-to-set-cursor-position-in-edittext
- Single line with 3 dots
+ https://stackoverflow.com/questions/10748796/android-how-to-limit-width-of-textview-and-add-three-dots-at-the-end-of-text
- Font with Text
+ https://stackoverflow.com/questions/12128331/how-to-change-fontfamily-of-textview-in-android
## Button
- [Button with image](https://stackoverflow.com/questions/3337371/androiddrawableleft-margin-and-or-padding)
## JSON
- Auto generate Object from JSON
+ http://www.jsonschema2pojo.org/
## ArrayList, List, HashMap
- Group object with id
+ https://stackoverflow.com/questions/21678430/group-a-list-of-objects-by-an-attribute-java
## String
- How to split a string in Java
+ https://stackoverflow.com/questions/3481828/how-to-split-a-string-in-java
## Proguard
- Proguard snippet
+ https://github.com/krschultz/android-proguard-snippets
## Recycler view
- Endless recycler view:
+ https://stackoverflow.com/questions/26543131/how-to-implement-endless-list-with-recyclerview
+ https://gist.github.com/nesquena/8a976dd3d6f866518db2cfe7f9cb0db7
- [Recycler view click row and inside row together](http://www.codexpedia.com/android/defining-item-click-listener-for-recyclerview-in-android/)
- [Endless recyclerView](https://github.com/codepath/android_guides/wiki/Endless-Scrolling-with-AdapterViews-and-RecyclerView)
## WheelPicker
- WheelCustom:
+ https://github.com/AigeStudio/WheelPicker
## Toolbar
- [Hide icon in toolbar](https://stackoverflow.com/questions/28802816/how-to-hide-navigation-drawer-indicator-while-using-appcompat21)## License
A short snippet describing the license (MIT, Apache, etc.)