Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the Android equivalent to iOS / iPhone's UICatalog sample app?

I'm looking for an app that demos all of Android UI elements. Similar to the following:

http://developer.apple.com/library/ios/#samplecode/UICatalog/Introduction/Intro.html

Any ideas?

like image 845
gonzobrains Avatar asked Jul 15 '11 05:07

gonzobrains


People also ask

What is Android and iOS called?

Diffen › Technology › Computers › Software › Operating Systems. Google's Android and Apple's iOS are operating systems used primarily in mobile technology, such as smartphones and tablets.

What is the difference between iOS app and Android app?

iOS apps generally require less development time and are cheaper to build and maintain than Android apps. iOS developers use Swift, Apple's native programming language, whereas Android developers typically use Java and/or Kotlin.

How can I turn my Android into an iPhone?

On your Android device, open the Move to iOS app. If you don't have the Move to iOS app, you can tap the QR code button on your new iOS device and scan the QR code using the camera on your Android device to open the Google Play Store. Tap Continue, and read the terms and conditions that appear. To continue, tap Agree.

Why iOS is faster than Android?

As Apple controls its production from start to finish, they don't require super-powerful specifications to compete with high-end Android phones. The Qualcomm processors of Androids are relatively slow compared to iPhone's processors, so this is why iPhones are faster, smoother, and better than Android phones.


1 Answers

If you are asking for Api demos, follow this link http://developer.android.com/resources/samples/ApiDemos/index.html

And you can find Api Demos application in your android emulator too.

And the source code to them are shipped with the platforms itself. You can see the source in the

android sdk folder-> Platforms->Android x.x->Samples

like image 91
Andro Selva Avatar answered Oct 14 '22 02:10

Andro Selva