Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Road Map on Native Android Devlopment issue #16 #20

Merged
merged 2 commits into from
Apr 18, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update RoadMap on Native Android Development.md
  • Loading branch information
Ankit6989 committed Apr 17, 2023
commit f09c4942d3f150cb3c98b2fa980d83bb7814c03c
5 changes: 3 additions & 2 deletions Native/Resources/RoadMap on Native Android Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@ Once you have learned the basics of Java or Kotlin, Android fundamentals, Archit
# Step 7: Publish Your App to Google Play Store
After building and testing your app, you can publish it on the Google Play Store. Before publishing, make sure to follow the guidelines provided by Google to avoid any rejection or violation of policies.
### Resources:
```

https://developer.android.com/distribute/console
```

# Conclusion
Learning native Android app development takes time and effort, but the rewards are great. This roadmap should help you get started on your journey to becoming an Android developer. Remember to keep practicing and experimenting, and don't be afraid to ask for help or guidance when you need it. Good luck!

# Some Suggested Resources:

1)https://www.udemy.com/course/android-app-development-with-kotlin-beginner-to-advanced/

2)https://www.youtube.com/watch?v=AhUL5tHF3uc


Expand Down