Click here to Skip to main content
15,868,016 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: force keyboard for dropdown box on mobile Pin
TMarkus7-Apr-17 16:18
TMarkus7-Apr-17 16:18 
GeneralRe: force keyboard for dropdown box on mobile Pin
TMarkus25-Apr-17 17:43
TMarkus25-Apr-17 17:43 
QuestionWinCE Fatal Application Error Dialog Pin
charlieg29-Mar-17 3:34
charlieg29-Mar-17 3:34 
QuestionI don't find the mistake I make---moved to Android Pin
User 1106097926-Mar-17 3:26
User 1106097926-Mar-17 3:26 
QuestionBEGINNER NEEDS HELP Pin
Member 1292900130-Dec-16 19:30
Member 1292900130-Dec-16 19:30 
AnswerRe: BEGINNER NEEDS HELP Pin
Wendelius30-Dec-16 20:58
mentorWendelius30-Dec-16 20:58 
AnswerRe: BEGINNER NEEDS HELP Pin
Richard MacCutchan30-Dec-16 21:11
mveRichard MacCutchan30-Dec-16 21:11 
AnswerRe: BEGINNER NEEDS HELP Pin
Member 1459781420-Sep-19 1:22
Member 1459781420-Sep-19 1:22 
<pre>There are two kinds of platforms that can be used to build an app, Hybrid or Cross platforms and Native platforms. Hybrid and Native technologies have their own pros and cons although it is still debatable which framework is better. Businesses fail to take an apt decision when it comes to Mobile App Development as it is difficult to determine which technology is better or suits their needs.

If the budget and time are constraints for you Hybrid Apps may be a better choice. Hybrid Apps are multi-platform apps developed using Cross Compatible technology. Developing an app using Hybrid technology requires lesser time as there is no need to develop separate codes for different Operating Systems. This also helps in reducing the overall development cost as the same HTML code components can be reused on different operating systems. These apps are easy to integrate with devices or web view.

However, they fail to provide a functioning as smooth as the apps built using Native technology. It is hard cater a rich user experience with a single code base for various platforms. They lack some of the features available exclusively to Native Apps and have a higher chance of rejection at app stores. On the other hand, if you are looking for an app that provides a smooth functioning and great user experience then, it is better to use Native technology to build your app.

Native App is a phone or tablet application developed for a specific Operating System. These apps are encoded in a specific programming language. They perform faster and more efficiently than Hybrid Apps and have access to various mobile features such as GPS and contacts. Native technology is used to build various video game apps since it provides a great User Interface and Design.

These great Native features come with a cost. Native apps are very complex as they have a different codebase for various platforms. A lot of time and efforts are required to maintain these apps. Also, the cost to develop these apps is higher since the developer has to write separate codes for different OS. More developers who specialize in different platforms are required to build the app. Which technology to use for mobile app development depends on various factors such as viability, financial feasibility, time required to build the app and the features that users expect to be in the app. The below points will help you understand the same.

Advantages of Hybrid Apps:


It is Cost and Time Effective:
As you do not have to create separate code bases for Android and iOS you save on a lot of time and money. Also, with the help and proficiency of JavaScript and HTML it becomes easier for the developers to build great mobile apps at a lesser cost.

Best solution for BYOD Programs:
If you are planning to implement a BYOD policy in your company then, Hybrid App is the ideal solution for you. As it works across various platforms and devices your employees will be able to access it from different devices and Operating Systems.

Lower Requirements:
The developers do not need to learn specific languages for the development of Hybrid Apps. A web developer with the skills of HTML 5, JavaScript and CSS can develop a Hybrid App.

Offline Availability:
Hybrid Apps provide offline support with local storage. You can have access to the data in your app even when there is no internet connectivity and this enhances the overall user experience.

Disadvantages of Hybrid Apps:


User Interface (UI) :
The UI of a Hybrid App is not up to the mark. Hybrid apps most of the times do not follow the interface guidelines set by Apple and Google and thus fail to give the users a Native feel.

Performance:
You may encounter lags while using a Hybrid App. It fails to provide a seamless user experience as some parts of the app may function smoothly with iOS but lag on Android.

Animation and graphics:
The Hybrid Apps has poor video and audio processing. The apps that are graphic and animation heavy do not work smoothly.

Debugging:
Debugging can be a major issue in Hybrid apps because of the extra layer present between the source code and the mobile app platform. Since developers do not have a deep knowledge of the targeted platform, figuring out the issue can be difficult.

This was about the Hybrid Apps, now let us try to understand the Native Apps.

Advantages of Native Apps:


Great performance:
Native Apps are perfect for high-performance applications and games. As they are developed for a specific platform, they are faster and offer a better performance than Hybrid Apps.

Better UX:
As the Native Apps follow the platform specific UI standards, they offer a smooth functioning and a better user experience. The users can smoothly navigate through the app thus providing a seamless user experience.

Device Integration:
Native Apps make full use of the device’s functionality and hardware. They can access functions like GPS, push notifications, address book, SMS messaging etc. The users get to enjoy more features as compared to the Hybrid Apps.

Availability in App Store:
Native Apps are easily accessible in the App Store. As they are easily accessible they catch users’ attention and thus monetization goals can be achieved.

Disadvantages of Native Apps:


High Development Cost:
Native Apps are more expensive than their Hybrid counterparts. Native Apps are complicated and multiple code bases are required to build a Native App, this demands for greater number of Android and iOS developers and increases the overall expenditure.

Time Consuming:
An API interface is required to build a Native app and building it is a time consuming process. Also, different codes are required for Android and iOS platforms and it takes a lot of time.

App approval and authorization:
The process of getting a Native app approved and authorized by the App store is long and there is no guarantee that the app will be approved. The App updates also need to be authorized by the App store.

Complex Maintenance:
The Native Apps have a complex framework hence, it is difficult to troubleshoot or update the app. Several Android and iOS developers are required to maintain the native apps across different platforms.

Conclusion:
Hybrid apps are basically a combination of native technology, HTML5, CSS and Java Script. Xamarin and Phone Gap are a part of the cross platform framework.

Native apps are made for a specific Operating System. Android and iOS developers use tools such as Android Studio and X-code to develop Native Apps. Native Apps use Swift or Objective-C to write iOS apps, Java to write Android apps and C# to write Windows Apps.</pre>
QuestionApple Pay - WEB Integration through Braintree - how to create Certificate for the Sandbox / Development Environment? Pin
AndreeaLib27-Dec-16 1:37
AndreeaLib27-Dec-16 1:37 
AnswerRe: Apple Pay - WEB Integration through Braintree - how to create Certificate for the Sandbox / Development Environment? Pin
Richard MacCutchan27-Dec-16 4:55
mveRichard MacCutchan27-Dec-16 4:55 
Questionno définition for RequestAccessAsync in windows10 but i need it Pin
Member 865861427-Dec-16 0:05
Member 865861427-Dec-16 0:05 
AnswerRe: no définition for RequestAccessAsync in windows10 but i need it Pin
Richard Deeming10-Jan-17 3:43
mveRichard Deeming10-Jan-17 3:43 
QuestionHow to make running leds with Windows 10 IoT uwp c# Pin
ken7625-Dec-16 10:00
ken7625-Dec-16 10:00 
QuestionHelp getting started Pin
gopreetgo12-Dec-16 4:13
gopreetgo12-Dec-16 4:13 
AnswerRe: Help getting started Pin
Richard MacCutchan12-Dec-16 5:01
mveRichard MacCutchan12-Dec-16 5:01 
GeneralMessage Removed Pin
19-Apr-17 21:13
Member 1313824219-Apr-17 21:13 
AnswerRe: Help getting started Pin
camillebo16-Jun-17 13:32
camillebo16-Jun-17 13:32 
SuggestionRe: Help getting started Pin
David Crow16-Jun-17 17:44
David Crow16-Jun-17 17:44 
QuestionProblem to save to text with rasbperry windows 10 iot uwp? Pin
ken767-Dec-16 7:08
ken767-Dec-16 7:08 
Questionvery urgent!! Pin
Member 1280041118-Oct-16 4:48
Member 1280041118-Oct-16 4:48 
GeneralRe: very urgent!! Pin
Richard MacCutchan18-Oct-16 5:10
mveRichard MacCutchan18-Oct-16 5:10 
GeneralRe: very urgent!! Pin
Member 1280041118-Oct-16 5:29
Member 1280041118-Oct-16 5:29 
AnswerRe: very urgent!! Pin
NotPolitcallyCorrect18-Oct-16 5:59
NotPolitcallyCorrect18-Oct-16 5:59 
GeneralRe: very urgent!! Pin
Member 1280041118-Oct-16 6:02
Member 1280041118-Oct-16 6:02 
GeneralRe: very urgent!! Pin
Richard MacCutchan18-Oct-16 6:13
mveRichard MacCutchan18-Oct-16 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.