https://github.com/zeyu-li/androidtemplate
An Android Template in the Android Studio :iphone: :pencil:
https://github.com/zeyu-li/androidtemplate
android-template
Last synced: 8 months ago
JSON representation
An Android Template in the Android Studio :iphone: :pencil:
- Host: GitHub
- URL: https://github.com/zeyu-li/androidtemplate
- Owner: Zeyu-Li
- Created: 2020-02-23T22:13:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-19T01:24:29.000Z (about 3 years ago)
- Last Synced: 2025-01-22T22:09:48.474Z (over 1 year ago)
- Topics: android-template
- Language: Kotlin
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Template
## About
This is Android template that contains just a title and a button that toggles the display of an stylized "L"

### Notes for Android
If updating Kotlin, update the build.gradle version number in Gradle Scripts
**How to update the name:**
1. First go to the **Android Display**
2. In the gear icon on the projects structure, uncheck **Compact Middle Packages**
3. Drill down to java -> com -> #someDirName -> #someProjectName
4. Right click on the project and click Refactor -> Rename
5. Accept by clicking **Do Refactor** on bottom left corner in console view
6. Go to the build.gradle
7. Change **applicationId** to the new dir path (as a string)
8. Sync now
9. Go to values -> strings.xml and change app name
**Change Logo**
1. Right click **app**
2. New -> image asset (or vector asset)
3. Locate and tune