It is the most easiest volly example in android using Android Studio
sample for both libraries in android studio with its API
Retrieve json data from reddit API using Volley library in Android Studio
Dictionary App Project in android studio using api and volley library. Java is used for backend.
Use of Google volley library to fetch JSON Object in Android Studio
User Profiling that includes basic login and sign up with web services using volley library in android studio
News Application in android Studio using Volley Library and Mock Api
This is an Android project. It contains an application project which uses a library project. This library is added as a git submodule in this repo. Now this library is also a gradle project hence I have added it as a Module. This will be very useful for parallel development where you want to make changes to both referenced library and your application in the Studio project. In this example I added a network library Volley as a git submodule hence we can customise volley, always have the latest changes from the remote repo and debug our application easily in case of issues.
This mobile application was developed as an assignment project for a credit course of PGDIT Degree. The application scan a barcode using ZxingScanner library using Android Studio, fetch data from api using Volley and manipulate data in order to track expiry date for user.
This is the Blood Bank android application. The idea of this app is to be able to find donors in our city with a specific blood group and also share our request for urgent blood in the community of our city. Working This is a simple PHP web server using a free hosting provider: http://000webhost.com There we have our MySQL database and some PHP scripts that are our APIs. For android the languages we are using are Java and XML. Tool Android Studio Libraries Used Volley: https://gist.github.com/RISHABH3821/bc48fe91119c2efa14cfab1accc71376 Glide(For loading images): https://github.com/bumptech/glide Fast Android Networking (For better Image Upload): https://github.com/amitshekhariitbhu/Fast-Android-Networking
This app shows the stats of Covid-19 patients in various states and union territories of India. In this project I have used Recycler and Card views to give the UI a better look. I have used Android Studio as IDE and Java as the programming language. For parsing Json API I have used Volley Library and the API used is from api.covid19india.org
Source code for YouTube tutorial "Build a Weather App in Android Studio | Volley Library | OpenWeatherMap API". Integrated with Admob Banner Ads. Click here: https://youtu.be/f2oSRBwN2HY
This is a Dictionary Android Application in which you can search a word and get its meaning. Used Dictionary API and Volley Library to establish a connection between my application and internet. Designed in Android Studio using Kotlin .
Android App used to track corona cases in respective state or District .Tech Used: Android Studio, Java language, Volley Library.
a weather app built using Kotlin and the OpenWeatherMap API with the help of Volley Library in android studio.
Android studio import data in mysql php by volley library in java
online login and register app in android studio with volley library
This is the second project of my journey to Android Development in Android Studio. Used volley API and Glide Library to work.
Basic Meme Sharing App using Kotlin in Android Studio IDE. This app shows random memes from Reddit through Volley API calls and Glide Library.
I have made covid-19 Tracker app in android studio and java...used volley,glide libraries for api calls and image processing respectively... also used piechart for cases,recovered,deaths and active!
(COVID-19) Tracker Android App using REST API and Volley Library in Android Studio. The app will show you various fundamental COVID-19 details such as Global COVID-19 Stats, Number of Cases in India, Number of Patients Recovered, etc
It is a Coronavirus (COVID-19) Tracker Android App using REST API and Volley Library in Android Studio. The app will show you various fundamental COVID-19 details such as Global COVID-19 Stats, Number of Cases in India, Number of Patients Recovered, etc.
This application uses the OpenWeatherMap API from openweathermap.org to fetch the weather data of the entered city in JSON format. Several methods are implemented to extract and display the temperature, humidity and pressure data of the city using the Volley library. The entire project is done in Android Studio.
A basic Covid Tracker app which is developed in Android Studio using Kotlin language. This app uses Rest API for fetching data from internet and display it to users. I have used Volley library for retrieving data over internet. This app displays Global and Country wise data of Covid Cases. Recycler View is used for displaying List of Affected countries.