SSSuraj Shendeinblog.roadtocode.org路Aug 10, 2021 路 1 min readTop Android Interview QuestionsWhat is Android? What is an activity? What is a fragment? What is a service in Android? What is the life-cycle of Android activity? What is the AndroidManifest.xml file and why do you need this? What is the intent? What is a Toast? What is the conte...00
SSSuraj Shendeinblog.roadtocode.org路Apr 22, 2021 路 2 min readShared Preferences - Android FundamentalsIn this tutorial, we will learn about the Shared Preferences in Android. Shared Preferences are used to store a small amount of data permanently in key-value format and it does not clear even after closing the application. For example, we are buil...00
SSSuraj Shendeinblog.roadtocode.org路Apr 10, 2021 路 2 min readUpload Project on GitHub From Android StudioGitHub is the best place to showcase your projects and contribute to open-source projects. In this tutorial, we will learn about how to publish the android project to GitHub from Android Studio. Install Git Firstly, we need a Git installed on a com...00
SSSuraj Shendeinblog.roadtocode.org路Apr 6, 2021 路 3 min readSwipeable Views with ViewPager2Hello Everyone 馃摙, In this tutorial, we are going to create awesome swipeable views using ViewPager2. Swipeable views allow us to navigate between different views of the same type. Project Link: https://github.com/roadtocode-org/SwipableViews/ ...00
SSSuraj Shendeinblog.roadtocode.org路Apr 2, 2021 路 2 min readBest resources To Learn Kotlin ProgrammingWe all know now Kotlin is the official language for Android Development. It can be used anywhere Java is used today because it runs on Java Virtual Machine (JVM). 馃殌One of the most significant advantages that Kotlin has over Java is that one can wr...00