Mobile Apps Developer

  Home  Mobile Technologies  Mobile Apps Developer


“Mobile Apps Developer related Frequently Asked Questions by expert members with job experience as Mobile Apps Developer. These questions and answers will help you strengthen your technical skills, prepare for the new job interview and quickly revise your concepts”



52 Mobile Apps Developer Questions And Answers

21⟩ Tell us which You Like Better, Ice Cream Sandwich Or Kitkat?

These are code names for Android releases, and are well known throughout the Android community. Your developer should be familiar with them. Ice Cream Sandwich was Android version 4.0 (API level 14) released on October 18, 2011. KitKat refers to Android version 4.4 (API level 19), released on October 31, 2013.

This question is really to weed out the beginners who may not be as familiar with the different Android releases and that changes within each. You really want your developer to be in tuned to the Android updates so they know what's possible, how to best implement what you are asking, and where things are headed in general.

 197 views

22⟩ What are Tech Challenges?

Platform fragmentation is the biggest, the need to develop and maintain separate apps on each of the different platforms.

Others include: varying levels of maturity of software developer kit and technical documentation; different user interface guidelines; different specs for processor and RAM; differences between mobile platforms in terms of how security is handled, multi-tasking is supported, and content is rendered.

 201 views

26⟩ Please explain which Information Do You Need Before You Begin Coding An Android App For A Client?

You want to find out that this person will seek to truly understand what you are trying to accomplish with your app, and the functionality.

The following items are good to hear:

☛ Objective statement or purpose of the app for the app publisher

☛ Description of the target audience or user demographics

☛ Any existing apps that it might be similar to

☛ Wireframes

☛ Artwork; The best developers will say they require the artwork to be completed before development. This avoids delays, and helps the developer understand the look, feel and branding you are trying to achieve.

 218 views

40⟩ Do you know what Is Intent?

An Intent is exactly what it describes. It's an "intention" to do an action.

An Intent is basically a message to say you did or want something to happen. Depending on the intent, apps or the OS might be listening for it and will react accordingly.

There are two types of intents in android:

☛ Implicit Intent

☛ Explicit Intent

 221 views