Can you build your own iOS app?

Before creating an iOS app, you will need the proper tools. In app building, the tool you need is called Xcode . You can download it directly to your computer from the App Store. Once it’s downloaded, you will use it to build your user interface and for writing code to respond to user interaction.

Read more

How do I get resources on Android?

The Android resource system keeps track of all non-code assets associated with an application. You can use this class to access your application’s resources. You can generally acquire the Resources instance associated with your application with getResources() . … Resources. java.lang.Object↳android.content.res.ResourcesResources | Android Developers developer.android.com › reference › android › content › res › Resources

Read more