This tag should be used for questions about software development aimed specifically at the mobile environment but not directed at a specific mobile environment such as iOS or Android.
Questions tagged [mobile-development]
807 questions
-1
votes
1 answer
How to set eclipse for android development?
I just downloaded java JDK 8 and set the environment variables for JDK and JRE, downloaded android SDK extracted them directly to C: (there were no platform tools so I used the command line to download them) and also set the environment variables.…

logicalerrors
- 3
- 6
-1
votes
1 answer
How to make android application work online and offline both with server side? and how to sync the server side data?
Anyone have any best idea to work Android application online as well as offline? Also, how can I manage server side data sync with the local database?

The90sArtist
- 177
- 1
- 1
- 9
-1
votes
2 answers
how to get phone contacts in async task?
I tried to get contacts i saw that it need some time to wait. So, i tried to do it in async task with writting contacts to app db. Here is my failed attempt:
public class GetUpdateContactsTask extends AsyncTask {
private static…

Кадыр Атаханов
- 11
- 4
-1
votes
2 answers
Enum Types: get raw value from key
How to get the raw value from a enum passing the key value? Must work for any enum types working like an extension of enum types.
Any mirror reflection, mappable or RawRepresentable solutions are welcome.
I would like something like this:
enum Test…

Arildo Junior
- 796
- 1
- 8
- 15
-1
votes
2 answers
Adding new tabs in ionic framework
I want to use a tab layout in my ionic framework, so I started making it. By default it provides me 3 tabs, but now I want to add more tabs to it.
I did it by making changes in the tabs folder and "tab.html" file. Now I want to do coding of the new…

vithika
- 213
- 1
- 5
- 16
-1
votes
4 answers
iOS development - launch screens where image on main screen can change?
So I am new to iOS development and I have a question about the launch screen.
My app will have an image (that loads when the app opens from the internet) this can change anytime the image is updated on the website, so what is the done thing when…

Michael
- 1,769
- 2
- 12
- 21
-1
votes
1 answer
Can I get mobile name from cordova device uuid?
I want to reverse engineer on cordova device uuid.
How do I get the device name from the device uuid?

Dheeraj Kumar
- 7
- 2
-1
votes
3 answers
Can not locate the sdcard file(not hard code) in android 6.0
Since android 6.0, the sdcard path is no longer "/storage/sdcard1/", "/storage/sdcard-ext/" or something.
The path depends on the phone instead. If I use Nexus 5x AVD, the path is "/storage/1D15-3A1B/". When I use Nexus 6p AVD, the path is…

Linshen Qi
- 79
- 2
- 7
-1
votes
1 answer
Swift: How can I retain data and displaying after changing to other view and change back to current view?
I'm wondering how can I retain the displaying after first change to another view and then change back to current view?
Specifically,as below. My problem is when I click Histoty button I switch to another page, which has the exactly same three…

zonyang
- 828
- 3
- 10
- 24
-2
votes
1 answer
How to add text under an image that display in FlowLayout() in codename one
for (Evenement r : list) {
Container c3 = new Container(new FlowLayout());
Image placeholder = Image.createImage(380, 380);
EncodedImage enc = EncodedImage.createFromImage(placeholder, false);
URLImage urlim =…

Tmoumi Mahmoud
- 9
- 1
-2
votes
1 answer
Which database is better for multiplatform developing? Firebase or Realm?
I am developing an application aimed at helping school students. Therefore, I do not understand which database to use. The main language is Kotlin. I will use it as Kotlin Multi platform to develop an application for two operating systems(IOS and…

madison
- 1
- 3
-2
votes
1 answer
Parsing String data to int (Failed assertion: line 32 pos 14: 'prevReading is int': is not true.)
im getting this error while parsing my String data from foreach to integer. Any ways to solve this? Thanks in advance.

Valle John Teruel
- 21
- 5
-2
votes
1 answer
Where to start with Android development in 2021?
I searched for this question here and there are lots of answers, but they are all outdated. I googled it and saw answers but I'm curious about your personal experience in learnin android development. So where do I need to start and what should I…

exactly
- 31
- 5
-2
votes
1 answer
How to make such a button click effect?
This effect is similar to a fast-growing rectangle. Because it’s clear that it’s not just round ripples. It even exists in the google play market as in video.
https://youtu.be/ttYRc_zem00
https://youtu.be/8d-ki6kDgqg
How to do it using…

Prot_CN
- 61
- 2
- 9
-2
votes
3 answers
Tips to create a layout
I'd like to create a Layout like this.
What is the best way to perform this?

Andre
- 1,149
- 2
- 10
- 18