Android_Me icon indicating copy to clipboard operation
Android_Me copied to clipboard

App that lets you style your own Android! This uses Fragments to create a flexible and responsive UI.

Results 66 Android_Me issues
Sort by recently updated
recently updated
newest added

After cloning the repo, android studio attempted to sync the project and failed. This is the error message I got. Caused by: java.lang.IllegalStateException: Failed to find target with hash string...

all projects gave me the same error Launching 'app' on Pixel 2 API 24. Unable to determine application id: com.android.tools.idea.run.ApkProvisionException: No outputs for the main artifact of variant: debug

I am using the latest version of Android Studio and for some reason, it shows me errors on the build.gradle file right when I import it. The First error is...

Hi, I updated the code and rewrote [**Android_Me**](https://github.com/mahmood-ghaem/Android_Me) send me your feedback, please

https://github.com/udacity/Android_Me/blob/TFragments.06-Solution-CommunicateBetweenActivities/app/src/main/java/com/example/android/android_me/ui/MainActivity.java In this code, the OnClick of next button is written on the implementation of onItemSelected,so If a user clicks the next button without any clicks on the images of...

These new changes are made in build.gradle (module: app) Obsolete configuration 'compile', 'testCompile' and 'androidTestCompile' are replaced with new variant.

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.android.android_me, PID: 11756 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.android.android_me/com.example.android.android_me.ui.MainActivity}: android.view.InflateException: Binary XML file line #2: The specified child already has a parent. You must call...

The onClickListener() for the Next button should've been set in the onCreate() method in order to have access to it even if the user doesn't click on any item from...

The source code that I checked out to complete the exercises doesn't include the TODO comments. I cannot access to it from Android Studio too, because It wasn't in the...