Pinned Repositories
android-interview-questions
Your Cheat Sheet For Android Interview - Android Interview Questions
android-interview-questions-1
A repository containing interview questions on DS, Java & Android based on my experiences.
ASPER-Task-1
AsyncTask-By-Coroutine
Implemented AsyncTask with the help of Coroutines
Blog-Application
Drawing-App
DSA-Guide
Contains selected questions with solution in Java and video explanations also.
Go-Bank
Designed and implemented APIs for creating, managing, and transferring money between bank accounts. Integrated JWT (JSON Web Token) authentication to enhance API security within the banking application.
Meme-Share
Made a meme share app using Kotlin. Used Glide Library for Image loading and Volley Library for Networking.
Your-News
Second Task of Developer Days
MayankUjawane's Repositories
MayankUjawane/android-interview-questions-1
A repository containing interview questions on DS, Java & Android based on my experiences.
MayankUjawane/BreadAndSugarApp_Android
MayankUjawane/ListView_AddFriend_Android
This app adds name, age and gender of a friends for a temporary basis (unit the app is running) and show the list of details in a ListView. ListView uses Custom Adapter by extending BaseAdapter Class. It can also sort the list according to name or gender.
MayankUjawane/MemeShareApp_Android
This app uses Volley Library to fetch data from a URL and with the help of Glide Library it shows memes. It also have feature to share memes using Implicit Intent.
MayankUjawane/Notes-App
This app adds notes in a Recycler View and stores data using Room Database and also follows MVVM Architecture.
MayankUjawane/TicTacToe_Android