Pinned Repositories
CurrentLocationLatLang
Getting Current Location (latitude, longitude) in Android using Java
curved-bottom-navigation
A simple bottom navigation with animating cut out
NearbyPlaces
Creating an Android application using Kotlin, which has the following features and functionalities: -Show users current location on map, when users launch the application -Zoom level should be decent that user can see the nearby places clearly in the map -Get the list of nearby restaurants(2km radius) from maps/places api, and show it in the list below map, so the UI should be like half of the screen is occupied by map and half will be with the list of nearby restaurants -List item should consist of restaurant name, restaurant image(extreme left), restaurant address(below name), restaurant rating in extreme right -If user tap on the image show the list of other restaurant images(you can show that in seperate screen as grid, or horizontal scroll with a popup dialog) -Store this list in local DB, and cache the images(only list images and not the entire images of restaurant), and load it if there is no internet connection. Recommended skill to fulfill the assignment: -MVVM -Rx Android -Kotlin -Android jetpack -Android architecture components, wherever required.
barveranjit24's Repositories
barveranjit24/NearbyPlaces
Creating an Android application using Kotlin, which has the following features and functionalities: -Show users current location on map, when users launch the application -Zoom level should be decent that user can see the nearby places clearly in the map -Get the list of nearby restaurants(2km radius) from maps/places api, and show it in the list below map, so the UI should be like half of the screen is occupied by map and half will be with the list of nearby restaurants -List item should consist of restaurant name, restaurant image(extreme left), restaurant address(below name), restaurant rating in extreme right -If user tap on the image show the list of other restaurant images(you can show that in seperate screen as grid, or horizontal scroll with a popup dialog) -Store this list in local DB, and cache the images(only list images and not the entire images of restaurant), and load it if there is no internet connection. Recommended skill to fulfill the assignment: -MVVM -Rx Android -Kotlin -Android jetpack -Android architecture components, wherever required.
barveranjit24/CurrentLocationLatLang
Getting Current Location (latitude, longitude) in Android using Java
barveranjit24/curved-bottom-navigation
A simple bottom navigation with animating cut out