Click here to Skip to main content
15,890,043 members
Please Sign up or sign in to vote.
1.00/5 (5 votes)
See more:
I am a beginner at mobile app development Please advise me on any up-and-coming advanced technologies that can help me get off to a good start.


What I have tried:

I want to focus on the best and latest approaches as I launch my mobile app development career.
Posted
Updated 21-Aug-19 15:12pm

I'd suggest you start with Xamarin: it allows you to develop for Windows, iOS and Android, so it provides a good basis for all mobile platforms.
 
Share this answer
 
 
Share this answer
 
In addition to the Xamarin recommendations, I would like to mention B4X: ways-to-make-a-cross-platform-application~b4x[^]
 
Share this answer
 
Quote:
I am a beginner at mobile app development Please advise me on any up-and-coming advanced technologies that can help me get off to a good start.

In addition to previous solutions, programming is far from just knowing the latest technology or framework in fashion.
Being a good programmer imply having a large technical background, here is a short list:
- Learn debugger (an incredible learning tool)
Debugger - Wikipedia, the free encyclopedia[^]
Mastering Debugging in Visual Studio 2010 - A Beginner's Guide[^]
- A problem ? Google is your friend.
- Learn one or more analyze methods, E.W. Djikstra/N. Wirth Stepwize Refinement/top-Down method is a good start.
Structured Programming.pdf[^]
https://en.wikipedia.org/wiki/Top-down_and_bottom-up_design[^]
https://en.wikipedia.org/wiki/Structured_programming[^]
https://en.wikipedia.org/wiki/Edsger_W._Dijkstra[^]
https://www.cs.utexas.edu/users/EWD/ewd03xx/EWD316.PDF[^]
- Learn Algorithms and Data-Structures.
- Learn Boole algebra
- Learn SQL
- Learn Databases design and Administration
Introduction to database design[^]
1NF, 2NF, 3NF and BCNF in Database Normalization | DBMS Tutorial | Studytonight[^]
- Learn Regular Expressions
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900