Click here to Skip to main content
15,901,035 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: a pdf book mobile app Pin
Member 1472128720-Jan-20 0:38
Member 1472128720-Jan-20 0:38 
GeneralRe: a pdf book mobile app Pin
Richard MacCutchan20-Jan-20 0:53
mveRichard MacCutchan20-Jan-20 0:53 
GeneralRe: a pdf book mobile app Pin
Member 1472128720-Jan-20 0:57
Member 1472128720-Jan-20 0:57 
AnswerRe: a pdf book mobile app Pin
Real Car2-Apr-20 21:15
professionalReal Car2-Apr-20 21:15 
QuestionXamarin Forms & WPF Question Pin
Kevin Marois16-Jan-20 5:54
professionalKevin Marois16-Jan-20 5:54 
AnswerRe: Xamarin Forms & WPF Question Pin
Vimalsoft(Pty) Ltd2-Feb-20 22:48
professionalVimalsoft(Pty) Ltd2-Feb-20 22:48 
QuestionWhy is it the samsung j2 prime mobile if you restart it sometimes its say "optimized andriod" and it takes 24 hrs to open again ? Pin
Alliah Mendia27-Nov-19 19:01
Alliah Mendia27-Nov-19 19:01 
QuestionBest path to developing App Pin
StampedePress22-Oct-19 0:47
StampedePress22-Oct-19 0:47 
AnswerRe: Best path to developing App Pin
OriginalGriff22-Oct-19 0:52
mveOriginalGriff22-Oct-19 0:52 
GeneralRe: Best path to developing App Pin
StampedePress22-Oct-19 1:35
StampedePress22-Oct-19 1:35 
AnswerRe: Best path to developing App Pin
Fleurpink16-Jan-20 9:27
Fleurpink16-Jan-20 9:27 
AnswerRe: Best path to developing App Pin
Member 147602671-Mar-20 22:26
Member 147602671-Mar-20 22:26 
QuestionLoan lending application Pin
Member 1460081022-Sep-19 21:05
Member 1460081022-Sep-19 21:05 
AnswerRe: Loan lending application Pin
Richard MacCutchan23-Sep-19 6:49
mveRichard MacCutchan23-Sep-19 6:49 
QuestionNeed advice on which framework I should use for my app Pin
Member 145542078-Aug-19 2:48
Member 145542078-Aug-19 2:48 
AnswerRe: Need advice on which framework I should use for my app Pin
Vimalsoft(Pty) Ltd3-Feb-20 3:57
professionalVimalsoft(Pty) Ltd3-Feb-20 3:57 
QuestionWebsite Cell Phone Display...Nav Bar doesn't scroll Pin
Member 1208020121-Jul-19 5:34
Member 1208020121-Jul-19 5:34 
AnswerRe: Website Cell Phone Display...Nav Bar doesn't scroll Pin
OriginalGriff21-Jul-19 5:40
mveOriginalGriff21-Jul-19 5:40 
GeneralRe: Website Cell Phone Display...Nav Bar doesn't scroll Pin
Member 1208020121-Jul-19 6:20
Member 1208020121-Jul-19 6:20 
GeneralRe: Website Cell Phone Display...Nav Bar doesn't scroll Pin
OriginalGriff21-Jul-19 6:29
mveOriginalGriff21-Jul-19 6:29 
QuestionMigrate to AndroidX Pin
Aigtechnologies16-Jul-19 21:55
professionalAigtechnologies16-Jul-19 21:55 
Use For Mobile App Development ( Android App )
I. How to migrate an existing project to AndroidX

In Android Studio 3.2 and higher, you can quickly migrate an existing project to use AndroidX by selecting Refactor -> Migrate to AndroidX from the menu bar.
complile SDK version and target SDK version must be 28 

II. AndroidX in a new project

If you want to use AndroidX in a new project, you need to set the compile SDK to Android 9.0 (API level 28) or higher and The following Android Gradle plugin flags to true in your gradle.properties file.


set android.useAndroidX=true , the Android plugin uses the appropriate AndroidX library instead of a Support Library. android.useAndroidX  is false by default if it is not specified.

set android.enableJetifier=true , the Android plugin automatically migrates existing third-party libraries to use AndroidX by rewriting their binaries. android.useAndroidX is false by default if it is not specified.

AnswerRe: Migrate to AndroidX Pin
Afzaal Ahmad Zeeshan21-Jul-19 6:48
professionalAfzaal Ahmad Zeeshan21-Jul-19 6:48 
GeneralRe: Migrate to AndroidX Pin
Richard MacCutchan21-Jul-19 21:31
mveRichard MacCutchan21-Jul-19 21:31 
AnswerRe: Migrate to AndroidX Pin
Vimalsoft(Pty) Ltd3-Feb-20 4:14
professionalVimalsoft(Pty) Ltd3-Feb-20 4:14 
SuggestionThe suggestions for how to extend the Xamarin native apps to support Carplay and Android Auto Pin
Kevin Hu6-Jul-19 21:52
Kevin Hu6-Jul-19 21:52 

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.