Learn Accessibility service in android

accessibility service

Introduction Hello Everyone, So in today’s article we are going to learn about accessibility service in android. I will teach you how to implement accessibility service and track different feedbacks from the device. Implementing acccessibilty service consist of majorly 5 steps. We are going to talk about those steps one by one so that you … Read more

Learn Recycle view Android – Thecseguide

recycle view in android

Introduction Hello Everyone, Today we are going to learn very interesting and important topic in android development and that is recycle view android. Recycle-view is very important component to learn if you want to because an android developer. Majority of application uses recycle-view to show a list of data to their users. So without wasting … Read more

What are Methods in java ? Types of methods

methods in java

Introduction Hello Everybody, Today we are going to learn about methods in java. This article is going to be very fun and full of knowledge. I a going to teach you everything about methods for example why we need methods in java ? Its types ? User defined methods, Syntax to define a method and … Read more