NeerajaGandla
I'm an Android developer. I would like to contribute to open source projects in Android and would like to learn by reading others' code
Hyderabad
Pinned Repositories
CustomNumberPicker
This library is a custom Number Picker. provides a compound view for picking the number of items selected. It has increment and decrement options. Minimum and maximum limits for the selected value can also be set in the xml file using the custom attributes app:minlimit and app:maxlimit. You can now set the value of the number picker or retrieve its value using the methods setValue and getValue. e.g.: counterView.setValue(5); or int count = counterView.getValue();
DSAImplementations
I have been trying out implementations of Data Structures and standard algorithms. This repo contains those implementations in Java
find_falcone
This App solves a Coding Challenge explained here: https://www.geektrust.in/coding-problem/frontend/space I used MVP architecture, ButterKnife and Retrofit libraries to build the app.
HarryPotter
This is a Native Android Application written in Kotlin and Java . This app is built around Harry Potter API which can be found here: https://www.potterapi.com/. In the project I will be using the combination of Clean architecture and MVVM. The libraries used are Dagger2, Rxjava2 and Retrofit.
MultiSelectSpinner
Android - Select Multiple Items from Spinner with Filtration.
NewsApp
The app fetches News and weather updates from APIs and displays the info to the users. It's written in kotlin and is built using Room Database, Dagger Hilt, MVVM architecture, LiveData, Retrofit and Coil Image Loading library.
QuizApp
This is a quiz app in which user can select the desired category and number of questions. I have used MVVM architecture, Retrofit, Butterknife libraries in the project
RecipeApp
The app showcases recipes of various food categories. The APIs used are taken from here: https://www.themealdb.com/api.php The app makes use of Retrofit, Room persistence, Kotlin coroutines, Coil image loading library, Dagger-Hilt, Navigation component, MVVM architecture, Data binding and Moshi for JSON parsing..
WeatherForecast
This app displays weather forecast for 7 days from today. Uses free version of APIXU API. Clean Architecture is used in the app. The app is designed following the material design guidelines.
wikipedia
This app loads wikipedia results based on your search and opens corresponding webpages. It caches the pages that are clicked and suggests them while searching
NeerajaGandla's Repositories
NeerajaGandla/CustomNumberPicker
This library is a custom Number Picker. provides a compound view for picking the number of items selected. It has increment and decrement options. Minimum and maximum limits for the selected value can also be set in the xml file using the custom attributes app:minlimit and app:maxlimit. You can now set the value of the number picker or retrieve its value using the methods setValue and getValue. e.g.: counterView.setValue(5); or int count = counterView.getValue();
NeerajaGandla/DSAImplementations
I have been trying out implementations of Data Structures and standard algorithms. This repo contains those implementations in Java
NeerajaGandla/find_falcone
This App solves a Coding Challenge explained here: https://www.geektrust.in/coding-problem/frontend/space I used MVP architecture, ButterKnife and Retrofit libraries to build the app.
NeerajaGandla/HarryPotter
This is a Native Android Application written in Kotlin and Java . This app is built around Harry Potter API which can be found here: https://www.potterapi.com/. In the project I will be using the combination of Clean architecture and MVVM. The libraries used are Dagger2, Rxjava2 and Retrofit.
NeerajaGandla/MultiSelectSpinner
Android - Select Multiple Items from Spinner with Filtration.
NeerajaGandla/PrivacyPolicy
NeerajaGandla/QuizApp
This is a quiz app in which user can select the desired category and number of questions. I have used MVVM architecture, Retrofit, Butterknife libraries in the project
NeerajaGandla/transaction-app-demo
This App showcases a demo of bank transactions
NeerajaGandla/WeatherForecast
This app displays weather forecast for 7 days from today. Uses free version of APIXU API. Clean Architecture is used in the app. The app is designed following the material design guidelines.
NeerajaGandla/wikipedia
This app loads wikipedia results based on your search and opens corresponding webpages. It caches the pages that are clicked and suggests them while searching
NeerajaGandla/NewsApp
The app fetches News and weather updates from APIs and displays the info to the users. It's written in kotlin and is built using Room Database, Dagger Hilt, MVVM architecture, LiveData, Retrofit and Coil Image Loading library.
NeerajaGandla/RecipeApp
The app showcases recipes of various food categories. The APIs used are taken from here: https://www.themealdb.com/api.php The app makes use of Retrofit, Room persistence, Kotlin coroutines, Coil image loading library, Dagger-Hilt, Navigation component, MVVM architecture, Data binding and Moshi for JSON parsing..
NeerajaGandla/Breaking-Bad
As a "Breaking Bad" fan I wanted all the info of it.. But I didn't found any ..So I created one...
NeerajaGandla/brew
NeerajaGandla/CodingChallenge
NeerajaGandla/DSAProblems
I'm maintaining this repo to commit the DSA problems I practice in my IDE.
NeerajaGandla/pipelines-android
Sample Android application referred to by Azure Pipelines documentation
NeerajaGandla/pipelines-java
Sample Java application referred to by Azure Pipelines documentation
NeerajaGandla/web-coursera
First web application