Android Dev Notes Website.
Link: https://androiddevnotes.com
Explore the Android development resources and notes. Contribute to it and make it better.
As a contributor to website of Android Dev Notes, you can add content related to Android/Kotlin in different sections, including Apps, Libraries, Tools, Tutorials, and Insights. Here are some guidelines to help you add content to the website:
Explore the website and see which section you can add content to. You are free to create new directories or files inside the sections to better organize content.
Take a look at .mdx
files on GitHub in 'docs' directory. You can use the same format to add content to the website for the sections.
In Apps section, you can add open source apps that you have found useful and think others will find useful too.
Example: Found an okay app with modern architecture and want to share it with others? Add it to the Apps section.
Format: The format for title is flexible. However, usually it is: App Name - Short intro
. For example, Palov - A Recipe App in Jetpack Compose
.
In Libraries section, you can add libraries that you have found useful and think others will find useful too.
Example: Found a new library for image processing and want to share it with others? Add it to the Libraries section.
In Socials section, you can add socials related to android dev notes like X, YouTube!
In Tools section, you can add tools that you have found useful and think others will find useful too.
Example: Found a tool that can boost productivity in Android Studio and want to share it with others? Add it to the Tools section.
In Tutorials section, you can add tutorials that you have found useful or write your own tutorials that you think others will find useful too.
Example: Found a tutorial that is simply interesting and want to share it with others? Add it to the Tutorials section.
In Insights section, you can add any other useful information related to Android, such as website links, discussions, tips and tricks, or news about Android releases or deprecations.
Example: Found out something's going to be released soon or getting deprecated about Android and want to share it with others? Add it to the Insights section.
All above examples are just for reference. You can add whatever sane content to any section that you think is useful.
By following these guidelines, you can contribute to the Android community by sharing useful information and resources with others.
Check out the CONTRIBUTING.md file for more information on how to contribute to the Android Dev Notes website.
git clone https://github.com/androiddevnotes/android-dev-notes-website.git
cd android-dev-notes-website
npm install
npm start
This particular command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Website is running at http://localhost:3000/
Before contributing, you can optionally run the website locally to see if your changes look good and then create a pull request.
Read CONTRIBUTING.md for details on the process for submitting pull requests to us.