AdvancedAndroid_Emojify icon indicating copy to clipboard operation
AdvancedAndroid_Emojify copied to clipboard

source code outdated

Open johnjeremih opened this issue 5 years ago • 8 comments
trafficstars

I'm asking for permission to update this source code. Can I submit a pull request?

johnjeremih avatar Dec 08 '19 04:12 johnjeremih

Hi, I have problem in this line in MainActivity.java: Uri photoURI = FileProvider.getUriForFile(this, FILE_PROVIDER_AUTHORITY, photoFile);

I updated the code of the first lesson Android_Me and rewrote, but I had a lot of trouble with this lesson in this source he used android.support.v4 and i have to convert to androidx but does not work.

mahmood-ghaem avatar Apr 14 '20 21:04 mahmood-ghaem

Hi, I have problem in this line in MainActivity.java: Uri photoURI = FileProvider.getUriForFile(this, FILE_PROVIDER_AUTHORITY, photoFile);

I updated the code of the first lesson Android_Me and rewrote, but I had a lot of trouble with this lesson in this source he used android.support.v4 and i have to convert to androidx but does not work.

can you please send a screenshot of the error?

johnjeremih avatar Apr 15 '20 19:04 johnjeremih

Hi, I have problem in this line in MainActivity.java: Uri photoURI = FileProvider.getUriForFile(this, FILE_PROVIDER_AUTHORITY, photoFile); I updated the code of the first lesson Android_Me and rewrote, but I had a lot of trouble with this lesson in this source he used android.support.v4 and i have to convert to androidx but does not work.

can you please send a screenshot of the error?

I corrected that error but app doesn't work. you can see in my fork: this link thanks.

mahmood-ghaem avatar Apr 16 '20 00:04 mahmood-ghaem

You erased the Gradle and the app module Screen Shot 2020-04-15 at 9 14 51 PM

johnjeremih avatar Apr 16 '20 01:04 johnjeremih

You erased the Gradle and the app module

I published again AdvancedAndroid_Emojify run correctly i also test that in a real mobile phone instead emulator but after take picture that's crash.

I usually delete these files and folders before push a project to the repo. Isn't that right?

--------------------------project folder .gradle/ .idea/ .gitignore Project_Name.iml local.properties --------------------------app folder build/ libs/ .gitignore proguard-rules.pro --------------------------src folder androidTest/ test/

I'm new in GitHub can you see my projects and send me your feedback, please. This is my Email.

mahmood-ghaem avatar Apr 16 '20 10:04 mahmood-ghaem

Those are crucial files. The only file that you should delete are those where you put your API key or tokens

johnjeremih avatar Apr 17 '20 01:04 johnjeremih

Those are crucial files. The only file that you should delete are those where you put your API key or tokens

i saw https://github.com/google-developer-training/android-fundamentals-apps-v2

they also delete some folder and files

mahmood-ghaem avatar Apr 17 '20 15:04 mahmood-ghaem

#62 Here have a look at this, I migrated this project to androidx and latest dependency versions with all issue resolved.

Sagar0-0 avatar Jan 21 '22 10:01 Sagar0-0