Android Custom ProgressBar || Material ProgressBar

  Android Custom ProgressBar : Custom ProgressBar, Android Progressbar is shown when there is a background task running and to show the user about the status of the task. Progressbar is the key aspect of background task where user needs to wait for the result and go ahead based on the result. In android there … Read more

Android Parsing Local Json Url || Fetching data from local URL

[et_pb_section admin_label=”section”][et_pb_row admin_label=”row”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] Android app dealing with web services generally uses json links to parse the data known as json parser using with different types of libraries such as Volley Library, Retrofit and many more.   Parse Local Json : Android Parsing Local Json Url will get the … Read more

Android Search RecyclerView

  Android Search Recyclerview : Android Search Recyclerview, Generally data is displayed in the form of listviews in apps, so that data can be dynamically loaded also sometimes the list has to be searched. Android Recyclerview is mostly used now a days rather than the android listview so that the views get recycled and consumes … Read more

Android Tutorial on Fetching Contacts

Android Fetch Contacts : Android devices now got plenty of applications i.e., apps that deal with contact numbers available on our devices.The most popular whatsapp is completely based on our contacts also viber, google duo and many more.Today in this tutorial on Android Tutorial Fetching Contacts i will let you know how to fetch them … Read more

Show Buttons
Hide Buttons