Click here to Skip to main content
15,867,308 members
Home / Discussions / Android
   

Android

 
AnswerRe: android development Pin
yeda sedo27-Oct-21 8:12
yeda sedo27-Oct-21 8:12 
AnswerRe: android development Pin
Jigar365-Dec-21 23:23
Jigar365-Dec-21 23:23 
AnswerRe: android development Pin
Becky Claskron25-Apr-22 9:20
Becky Claskron25-Apr-22 9:20 
QuestionHow can I determine the cost to develop an Android mobile app? Pin
Arth Shah28-Sep-21 3:17
Arth Shah28-Sep-21 3:17 
AnswerRe: How can I determine the cost to develop an Android mobile app? Pin
David Crow11-Oct-21 2:07
David Crow11-Oct-21 2:07 
GeneralRe: How can I determine the cost to develop an Android mobile app? Pin
Eliana Wilson6-Jan-22 0:02
professionalEliana Wilson6-Jan-22 0:02 
AnswerRe: How can I determine the cost to develop an Android mobile app? Pin
Rockie Steve20-Nov-21 1:35
Rockie Steve20-Nov-21 1:35 
QuestionHow to create folder in android root folder Pin
Chi Promoter24-Sep-21 1:25
Chi Promoter24-Sep-21 1:25 
I know that there are similar question like this, but none of the solutions work for me.
I want to create a folder in my root directory like whatsapp but i did not get it to work.
I was able to create a folder in my package folder but same method did not work for root directory

    //works for creating folder in my package directory
    File pk = new File(this.getExternalFilesDir("/myweb").getAbsolutePath());
    
    pk.mkdir();
    
    
    //this did not work for creating folder in root directory like whatsapp
    File root = new File(Environment.getExternalStorageDirectory() + "/myweb");
    
    root.mkdir();

How can i solve this problem

AnswerRe: How to create folder in android root folder Pin
Richard MacCutchan24-Sep-21 2:21
mveRichard MacCutchan24-Sep-21 2:21 
AnswerRe: How to create folder in android root folder Pin
Andrew Stark29-Oct-21 1:31
Andrew Stark29-Oct-21 1:31 
QuestionInteraction with notifications Pin
Eugenio Roverato31-Jul-21 23:13
Eugenio Roverato31-Jul-21 23:13 
AnswerRe: Interaction with notifications Pin
Richard MacCutchan1-Aug-21 0:51
mveRichard MacCutchan1-Aug-21 0:51 
GeneralRe: Interaction with notifications Pin
Eugenio Roverato1-Aug-21 4:28
Eugenio Roverato1-Aug-21 4:28 
GeneralRe: Interaction with notifications Pin
Richard MacCutchan1-Aug-21 4:29
mveRichard MacCutchan1-Aug-21 4:29 
GeneralRe: Interaction with notifications Pin
Eugenio Roverato1-Aug-21 4:56
Eugenio Roverato1-Aug-21 4:56 
GeneralRe: Interaction with notifications Pin
Richard MacCutchan1-Aug-21 5:35
mveRichard MacCutchan1-Aug-21 5:35 
GeneralRe: Interaction with notifications Pin
Eugenio Roverato1-Aug-21 23:00
Eugenio Roverato1-Aug-21 23:00 
AnswerRe: Interaction with notifications Pin
David Crow2-Aug-21 2:26
David Crow2-Aug-21 2:26 
GeneralRe: Interaction with notifications Pin
Eugenio Roverato2-Aug-21 5:41
Eugenio Roverato2-Aug-21 5:41 
QuestionAndroid: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Member 152740822-Jul-21 20:58
Member 152740822-Jul-21 20:58 
AnswerRe: Android: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Mycroft Holmes3-Jul-21 13:25
professionalMycroft Holmes3-Jul-21 13:25 
GeneralRe: Android: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Peter_in_27803-Jul-21 14:24
professionalPeter_in_27803-Jul-21 14:24 
GeneralRe: Android: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Mycroft Holmes5-Jul-21 12:27
professionalMycroft Holmes5-Jul-21 12:27 
QuestionHow can I make an android app for Amazon Store affiliate deal & coupons? Pin
Amit Saha 202122-Jun-21 0:05
Amit Saha 202122-Jun-21 0:05 
AnswerRe: How can I make an android app for Amazon Store affiliate deal & coupons? Pin
codelexer22-Jun-21 18:41
codelexer22-Jun-21 18:41 

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.