Sign Up

What is the capital of Egypt? ( Cairo )

Have an account? Sign In Now

Sign In

What is the capital of Egypt? ( Cairo )

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to share a Concept.

What is the capital of Egypt? ( Cairo )

Forgot Password?

Need An Account, Sign Up Here

You must login to share a Concept.

What is the capital of Egypt? ( Cairo )

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

Camposha Android

Camposha Android Logo Camposha Android Logo

Camposha Android Navigation

  • Home
  • About Us
  • Blog
  • Contact Us
  • Buy Projects
Search
Share A Concept

Mobile menu

Close
Ask a Concept
  • Home
  • Buy Projects
  • Categories
  • Concepts
    • Newest Concepts
    • Trending
    • Most Popular
    • Hottest
  • Home
  • About Us
  • Blog
  • Contact Us
  • Buy Projects

Oclemy

Share Oclemy
0Followers
291Concepts
Home/ Oclemy/Questions
Adv
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Groups

Latest Concepts

Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 17, 2020In: General

Android URL Preview

In the web, it is common to find that when you copy a URL from somewhere and paste it into an editor, it is automatically previewed. In android however, there isn’t such type of capability natively as android editors like ...

  • 1 1 Example
  • 3,299 Views
Add Example
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 14, 2020

Android Shared Element Transition

According to android documentation,  shared elements transition determine how views that are shared between two activities transition between these activities. For example, if two activities have the same image in different positions and sizes, the changeImageTransform shared element transition translates and scales ...

  • 3 3 Examples
  • 3,333 Views
Add Example
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 13, 2020In: Communication

Android Email

In this thread lets look at several options, libraries and examples for sending email in android. You can send email just via intents. You need to chose an action based on whether an attachment is part of the email or not. ACTION_SENDTO ...

intent
  • 1 1 Example
  • 3,339 Views
Add Example
Adv
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 13, 2020In: Android Components

Android Routing

When it comes to programming, the term routing is more commonly used in web development. In that field of study it refers to the process of determining when a user visits a page by making a HTTP request. Here is a ...

activityfragmentintent
  • 1 1 Example
  • 3,302 Views
Add Example
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 13, 2020In: UI

Android RecyclerView States/Status

RecyclerView’s main purpose is to render lists of data. That data can be fetched from anywhere, including memory, hard disk, database and over network. There is no guarantee that we will find that data when we are attempting to fetch ...

recyclerview
  • 1 1 Example
  • 3,298 Views
Add Example
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 13, 2020In: UI

Best Android Swipe Cards Libraries and Examples

You may be creating an application that requires the ability to show some swipe cards. Users would probably swipe just to view some info like news articles or swipe to select. This type of features is common in dating apps ...

cardview
  • 2 2 Examples
  • 3,352 Views
Add Example
Adv
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 12, 2020

Android Parcel

A parcel with respect to android development is a class that holds object references and data that can be sent through an IBinder. Parcels act as containers for these: Data – Flattened data to be unflattened on the other side of IPC(Inter ...

  • 0 0 Examples
  • 3,311 Views
Add Example
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 12, 2020

Android HttpURLConnection

Android HttpURLConnection. In this piece we explore HttpURLConnection, android and java’s standard networking class. As a networking class HttpURLConnection can be to make HTTP requests over the web.   What is HttpUrlConnection? HttpUrlconnection is a UrlConnection for HTTP used to send as well ...

  • 0 0 Examples
  • 3,302 Views
Add Example
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 12, 2020

Android Application

Android provides a base class in the android.app package which can be used to maintain the global state of an application. Obviously activities are used extensively in almost all applications as they are a core component of android platform. However, an ...

  • 0 0 Examples
  • 3,303 Views
Add Example
Adv
Oclemy
Oclemy

Oclemy

  • Nairobi, Kenya
  • 291 Concepts
  • 108 Examples
  • 0 Best Examples
  • 0 Points
View Profile
Oclemy
Shared a concept on: September 12, 2020

Android Uri

Android Uri Tutorial and Examples. A Uri is a mutable URI reference. A URI reference includes a URI and a fragment, the component of the URI following a ‘#’. Uri class performs little to no validation. It does this intentially ...

  • 2 2 Examples
  • 3,371 Views
Add Example
Load More Concepts
Adv

Sidebar

Adv 250x250

Adv

Recent Examples

  • Oclemy on Android URL Preview
  • Oclemy on Android Firebase RecyclerView MasterDetail CRUD Images Text – Upload, READ, DELETE
  • nill on Android Firebase RecyclerView MasterDetail CRUD Images Text – Upload, READ, DELETE
  • Oclemy on Android RatingBar
  • Oclemy on Best Android Swipe Cards Libraries and Examples

Adv 250x250

Adv

Explore

  • Home
  • Buy Projects
  • Categories
  • Concepts
    • Newest Concepts
    • Trending
    • Most Popular
    • Hottest

Footer

Follow Me in Github

Follow @Oclemy

© 2020 Sedan InfoTech. All Rights Reserved
.