Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Android

    1. Home>
    2. Android>
    3. Page 4

    Android – Event Handling

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    Events are a useful way to collect data about a user's interaction with interactive components of Applications. Like button presses or screen touch etc. The Android framework maintains an event queue…

    Continue ReadingAndroid – Event Handling

    Android – UI Controls

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    Input controls are the interactive components in your app's user interface. Android provides a wide variety of controls you can use in your UI, such as buttons, text fields, seek…

    Continue ReadingAndroid – UI Controls

    Android – UI Layouts

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    The basic building block for user interface is a View object which is created from the View class and occupies a rectangular area on the screen and is responsible for drawing and…

    Continue ReadingAndroid – UI Layouts

    Android – Intents and Filters

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    An Android Intent is an abstract description of an operation to be performed. It can be used with startActivity to launch an Activity, broadcastIntent to send it to any interested BroadcastReceiver components, and startService(Intent) or bindService(Intent, ServiceConnection, int) to communicate…

    Continue ReadingAndroid – Intents and Filters

    Android – Fragments

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    A Fragment is a piece of an activity which enable more modular activity design. It will not be wrong if we say, a fragment is a kind of sub-activity. Following are important points…

    Continue ReadingAndroid – Fragments

    Android – Content Providers

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    A content provider component supplies data from one application to others on request. Such requests are handled by the methods of the ContentResolver class. A content provider can use different…

    Continue ReadingAndroid – Content Providers

    Android – Broadcast Receivers

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    Broadcast Receivers simply respond to broadcast messages from other applications or from the system itself. These messages are sometime called events or intents. For example, applications can also initiate broadcasts to…

    Continue ReadingAndroid – Broadcast Receivers

    Android – Services

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    A service is a component that runs in the background to perform long-running operations without needing to interact with the user and it works even if application is destroyed. A service can…

    Continue ReadingAndroid – Services

    Android – Activities

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:1 Comment

    An activity represents a single screen with a user interface just like window or frame of Java.Android activity is the subclass of ContextThemeWrapper class. If you have worked with C,…

    Continue ReadingAndroid – Activities

    Android Resources Organizing & Accessing

    • Post author:S K S
    • Post published:August 21, 2021
    • Post category:Android
    • Post comments:0 Comments

    There are many more items which you use to build a good Android application. Apart from coding for the application, you take care of various other resources like static content that your…

    Continue ReadingAndroid Resources Organizing & Accessing
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • 5
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP