-
Notifications
You must be signed in to change notification settings - Fork 0
HotFix
FVolodia edited this page Jan 20, 2017
·
28 revisions
1. For use Dialog Fragment (All display)
getDialog().getWindow().requestFeature(Window.FEATURE_NO_TITLE);
2. Generate android debug key
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
3. GIT commands
git checkout -b feature_#1234 - create new branch from current
git add . - add all to git
git tag v1.2.0 - add tag for branch (Don't forget add tag until push)
4. Percentage for alpha channel
JAVA Gyide
Android Gyide
- Awesome-android
- Android Examples
- CodePath Android Cliffnotes
- Google samples android architecture
- Java Design Paterns
- Common Design Patterns for Android
Google Maps
Android cheat
RxJava
Android Best article
- Configuring Android Studio by Danylyk
- 50 Android Studio Tips Android Developer
- (About) 10 Things You (Probably) Didn’t Know You Could do in Android Studio
- Custom view Android
- Custom view full process
- Configuring Android Studio
- Cards such us Duolingvo
- Circular reveal animation between Fragments
Android design