Id
int64
21.6M
75.6M
PostTypeId
int64
1
1
AcceptedAnswerId
int64
21.6M
75.2M
ParentId
int64
Score
int64
-14
71
ViewCount
int64
5
87.5k
Body
stringlengths
1
26.6k
Title
stringlengths
20
150
ContentLicense
stringclasses
2 values
FavoriteCount
int64
0
0
CreationDate
stringlengths
23
23
LastActivityDate
stringlengths
23
23
LastEditDate
stringlengths
23
23
LastEditorUserId
int64
-1
21.3M
OwnerUserId
int64
127k
21.3M
Tags
listlengths
1
5
41,842,089
1
41,843,882
null
6
5,387
I've noticed that when OnElementPropertyChanged is fired on a VisualElement like a BoxView, the properties of the underlying platform view are not updated at that time. I want to know when the VisualElement's corresponding platform view is finished rendering, something like: `this.someBoxView.ViewHasRendered += (send...
How can I know when a view is finished rendering?
CC BY-SA 3.0
0
2017-01-25T01:45:25.000
2019-03-25T14:33:02.487
null
null
203,099
[ "c#", "xamarin", "xamarin.forms", "mobile-development" ]
42,057,769
1
null
null
1
373
I'm trying to test my app on an iOS device using Xcode, however, when I go to create a personal team, this happens: [](https://i.stack.imgur.com/lLuDK.png) Xcode says I'm not on any development teams, even though it's supposed to automatically create one. I've already googled this problem, and already tried restartin...
Xcode 6.2–Cannot create free provisioning profile: "XXX" is not on any development teams
CC BY-SA 3.0
null
2017-02-05T21:52:53.807
2017-02-05T21:52:53.807
null
null
5,125,690
[ "ios", "xcode", "xcode6", "mobile-development" ]
42,139,148
1
42,139,454
null
2
5,564
I am trying to build the project but this is the error message that I am getting. ``` Error:(32, 13) Failed to resolve: com.firebase:firebase-jobdispatcher:0.5.0 Show in File Show in Project Structure dialog Error:Failed to resolve: com.android.databinding:compiler:2.2.3 Open File Show in Project ...
Failed to resolve: com.firebase:firebase-jobdispatcher:0.5.0
CC BY-SA 3.0
0
2017-02-09T14:21:39.657
2018-09-07T01:22:52.887
null
null
3,841,509
[ "android", "firebase", "firebase-realtime-database", "firebase-storage", "mobile-development" ]
42,200,831
1
42,200,876
null
71
87,548
I can't find this information. Is it true that Android React Native runs on sdkMin18 and therefore makes it supported by most android versions?
Which version does React Native support (iOS and Android)?
CC BY-SA 3.0
0
2017-02-13T09:36:25.900
2021-12-17T09:50:12.453
2017-11-20T08:29:20.990
3,527,343
7,490,462
[ "android", "ios", "react-native", "mobile-application", "mobile-development" ]
42,313,478
1
null
null
2
1,824
My Android application helps users to follow their daily plan by sending notifications at a specific time. This task is easy to solve with JobScheduler. It seems easy, light and up to date solution. What I'm struggling with is how to plan all notifications every day. I need to run code that checks user daily plan and...
Run scheduled task once a day on Android
CC BY-SA 3.0
null
2017-02-18T09:35:27.507
2017-02-18T18:11:13.497
null
null
3,087,024
[ "android", "android-alarms", "mobile-development", "android-jobscheduler" ]
42,386,684
1
null
null
1
1,121
Currently I'm trying to get the input choice from List Preference which has (Italic, Bold, Underlined) styles in it, but I am not quite sure how to accomplished this specifically. In the past, I've successfully done it for font type, size and colors. Font Type Example: ``` SharedPreferences sharedPreferences = Prefe...
Android Studio Shared Preferences Set Font Style
CC BY-SA 3.0
0
2017-02-22T08:52:09.510
2017-02-23T00:16:27.053
null
null
7,439,370
[ "android", "android-studio", "fonts", "mobile-development" ]
42,597,248
1
42,597,311
null
0
58
I am new to android development, I am making an app which has a pop up window which would display a webpage in it. I have started working on it but I cant figure how to proceed. Following are the codes I used, so far completely errorless. || activity_main.xml ``` <?xml version="1.0" encoding="utf-8"?> <LinearLayout x...
a pop up window which would display a webpage in it
CC BY-SA 3.0
null
2017-03-04T14:40:26.730
2017-03-04T14:58:54.290
null
null
5,832,648
[ "android", "android-studio", "mobile-development" ]
42,684,654
1
null
null
2
634
Basically I'm asking is if I was to download eclipse right now(8/3/17), would I still be able to get all the required plugins to effectively develop android applications. if so can some one tell me where I could get them.? Everyone keeps sending me to the android studio page but I can't find a link to the stand alone s...
Does eclipse still work for android development.?
CC BY-SA 3.0
null
2017-03-09T00:44:36.060
2018-04-20T07:37:41.293
2018-04-20T07:37:41.293
null
7,656,247
[ "eclipse", "development-environment", "mobile-development" ]
42,689,775
1
42,736,959
null
70
17,322
Why I didn't see Auto-Renewable Subscription in iTunes Connect -> In-App Purchases -> Select the In-App Purchase you want to create. I see only Consumable, Non-Consumable, Non-Renewing Subscription [](https://i.stack.imgur.com/FUbRQ.png)
Why I didn't see Auto-Renewable Subscription in iTunes Connect
CC BY-SA 3.0
0
2017-03-09T08:02:01.777
2022-11-22T16:01:11.077
null
null
5,964,898
[ "ios", "app-store-connect", "subscription", "mobile-development" ]
42,748,250
1
null
null
0
54
I am currently trying to install PhoneGap (Cordova) onto my computer. I thought I was out of the woods when all of a sudden this popped up (I included the command I typed in). ``` ~$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 Reading package lists... Done Building dependency tree Readi...
How could I fix this error when downloading PhoneGap (file could not be found)
CC BY-SA 3.0
null
2017-03-12T13:54:09.153
2017-03-14T06:59:06.190
null
null
7,559,946
[ "cordova", "mobile-development" ]
42,792,889
1
42,794,012
null
1
102
I make a Google Auth for my App, but I don't know how to present a new viewController after touchup GIDSignInButton! Here how I make GIDSignInButton: `viewDidLoad (){ let googleBtn = GIDSignInButton() googleBtn.frame = CGRect(x: 16, y: 500 + 66, width: view.frame.width - 32, height: 35) view.addSubview(googleBtn)}`...
Present viewController after touchUp GIDSignInButton()!
CC BY-SA 3.0
0
2017-03-14T17:37:26.663
2017-03-14T18:39:42.430
null
null
7,710,422
[ "swift", "xcode", "mobile-development" ]
42,883,654
1
null
null
0
32
I'm new to coding mobile applications. May I just ask if you have any on how can I `share` on in just a `single upload click`? Let's say I want my `current snaps/uploads` on to be on also and vice-versa. I'm thinking of running it on the background (?) Or it could be like the tool `Selenium Web`but for this case, ...
Uploading images/files on multiple platforms at once
CC BY-SA 3.0
null
2017-03-19T06:37:34.820
2017-03-19T06:41:44.100
null
null
5,227,867
[ "android", "android-studio", "mobile", "mobile-devices", "mobile-development" ]
42,905,200
1
43,985,655
null
3
980
When trying to view an xml using the "design" tab, the leftmost 200 pixels or so of the preview are being cut off, and I can't get Android Studio to show the full picture no matter what I do. Here's what I'm seeing: [http://imgur.com/a/3aeVz](https://imgur.com/a/3aeVz) And a gif of the problem: [https://gfycat.com/Pe...
Android Studio Design View is cut off
CC BY-SA 3.0
null
2017-03-20T13:43:59.377
2017-05-15T17:38:51.693
null
null
7,740,177
[ "android", "android-studio", "mobile-development" ]
42,950,616
1
null
null
1
668
I'm trying to create an app with navigation drawer and swipe tabs, I want that my swipe tab be always visible like the toolbar. My problem is that the fragment of the swipe bar and the navigation drawer are overlapping. [the image of my app](https://i.stack.imgur.com/0XKUM.png) Could anyone help me please .Here is some...
Why the fragment of the swipe tabs overlaps with navigation drawer fragments?
CC BY-SA 3.0
null
2017-03-22T11:40:45.023
2017-03-22T12:57:14.807
2017-03-22T12:48:05.113
6,241,193
6,241,193
[ "android", "android-tabs", "navigation-drawer", "mobile-development" ]
43,082,291
1
null
null
0
316
I'm trying to create a database to store data entered on the journal app I'm developing at the moment, but I came across an small issue where I try to see if the database is created, but it doesn't show when I look on Android Device Monitor > data > data > database folders. What exactly am I missing on my code? ``` p...
Android Studio SQLite Database Unable to find on Android Device Monitor
CC BY-SA 3.0
null
2017-03-29T00:37:57.913
2017-03-29T00:37:57.913
null
null
7,439,370
[ "java", "android", "sqlite", "android-studio", "mobile-development" ]
43,087,321
1
null
null
0
1,245
first of all thank for your time. I have a jar library which would be included as library in my Android Application. This jar, among other things, is able to get the RGB values from a jpg image. This works perfectly in my java application but when I runs it in my Android application it does not work because the class `...
Get RGB of JPG in Android
CC BY-SA 3.0
null
2017-03-29T07:41:47.620
2017-03-29T07:58:12.160
null
null
2,215,187
[ "java", "android", "bufferedimage", "javax.imageio", "mobile-development" ]
43,148,075
1
43,148,182
null
0
24
i tried Flags like ``` intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK |Intent.FLAG_ACTIVITY_CLEAR_TASK); ``` i Login to my application and open the home page > when i receive a notification and preessed on it to see details at home page it opened well But the previous
i am Trying more Flags to prevent the Activity to be opened more than one time at the Same time
CC BY-SA 3.0
0
2017-03-31T19:13:15.103
2017-03-31T19:20:10.893
null
null
7,686,677
[ "android", "android-intent", "android-activity", "android-pendingintent", "mobile-development" ]
43,168,028
1
null
null
-2
17
When a costumer buys something from a website how does the owner know where to send the items purchased and is there a way to get notification to my phone when a purchase is made from my website
how do i know where to send item bought on my websites
CC BY-SA 3.0
null
2017-04-02T11:55:39.780
2017-04-02T12:11:10.630
null
null
7,804,466
[ "e-commerce", "web-development-server", "mobile-development" ]
43,180,963
1
null
null
1
421
In my UWP application now I store some value in the `ApplicationData.Current.LocalSettings` and when I uninstall the app all the values will be lost. I need to know do we have any place to store the value which will be save and can be accessed even after I reinstall the app in the device? I need similar like what we do...
UWP data persistence after uninstall the app
CC BY-SA 4.0
null
2017-04-03T09:25:07.703
2022-07-30T09:12:55.187
2022-07-30T09:12:55.187
472,495
444,158
[ ".net", "wpf", "uwp", "mobile-development" ]
43,382,996
1
null
null
1
554
Using UWP I am creating a file in the Documents folder and after creation I am trying to hide the file but the file was not getting hidden. Below is the sample code I used to hide. ``` var localsetting = KnownFolders.DocumentsLibrary; var versionfile = await localsetting.CreateFileAsync("TEST.txt", CreationCollisi...
Hide created file in UWP
CC BY-SA 4.0
null
2017-04-13T03:21:23.077
2022-07-30T09:12:24.880
2022-07-30T09:12:24.880
472,495
444,158
[ "c#", ".net", "xaml", "uwp", "mobile-development" ]
43,393,322
1
43,393,654
null
3
4,382
Based on the following article [https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/](https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/) having a launch screen aka splash screen is a must for ios app when developing. but I realised many apps such as face...
Is iOS app Launch Screen (splash screen) a must?
CC BY-SA 3.0
0
2017-04-13T13:13:08.713
2017-05-24T04:38:01.890
null
null
1,427,257
[ "ios", "xcode", "react-native", "mobile-application", "mobile-development" ]
43,397,701
1
null
null
0
73
I've been trying to call an Async method from another class, but the application seems to be constantly crashing when I do so. The Async method works when I call it from within the class. I believe I've narrowed it down to when it tries to display the message on the UI thread (toast/message box). However, every solutio...
Android Async crashes when called from another class
CC BY-SA 3.0
0
2017-04-13T16:48:08.380
2017-04-16T14:25:07.033
2017-04-16T14:25:07.033
7,863,234
7,863,234
[ "java", "android", "android-asynctask", "mobile-development", "android-runonuithread" ]
43,430,892
1
43,430,952
null
-1
98
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 designing a launch screen as the image could be different to what is on t...
iOS development - launch screens where image on main screen can change?
CC BY-SA 3.0
null
2017-04-15T20:21:18.167
2017-04-15T20:27:01.160
null
null
7,346,480
[ "ios", "xcode", "mobile-development" ]
43,510,287
1
null
null
1
39
Gradle sync failed: No cached version of com.android.tools.build:gradle:2.2.3 available for offline mode. Consult IDE log for more details
Android studio error.I am a bigginer
CC BY-SA 3.0
null
2017-04-20T04:36:24.203
2017-04-20T04:36:24.203
null
null
7,279,382
[ "android-studio-2.3", "mobile-development" ]
43,604,019
1
43,778,778
null
0
348
I'm trying to download on my PC. Can anyone provide me with an offline installer of Smartface App Studio?
How do I get Smartface App Studio?
CC BY-SA 3.0
null
2017-04-25T07:16:06.633
2017-05-04T09:18:58.810
null
null
null
[ "android", "ide", "smartface.io", "mobile-development" ]
43,648,035
1
null
null
2
1,911
Basically I am trying to add an alarm feature to my app. >> >> when it's the time, But to do this, the app should wake itself to run the alarm feature; otherwise it won't work unless the app is running at the alarm time. Any regular alarm apps just open itself when its the time, even when the app was not running...
how to trigger a react-native app to wake up? (for alarm)
CC BY-SA 3.0
0
2017-04-27T03:14:42.143
2021-11-03T10:48:28.100
null
null
7,928,820
[ "android", "ios", "react-native", "mobile-development" ]
43,738,146
1
43,738,512
null
1
1,835
I am programming an Android App and I am trying to include a "change color" option (in a settings-screen for example). What I found out is that there are three colors in the "colors.xml" file (app->src->main->res->values): ``` <color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#303F9F</color> <c...
Android Studio include "change color" options in app
CC BY-SA 3.0
null
2017-05-02T12:40:45.263
2017-05-07T10:15:48.310
2017-05-07T10:15:48.310
2,739,650
7,720,913
[ "android", "mobile-development" ]
43,770,192
1
43,771,279
null
-5
191
I want to develop an app for Android and iOS, which I will use camera, contacts, push notifications and maps I have some knowledge in Android and I have read a bit about react native, but I would like to know that other frameworks are there for development hybrid app or why should I use react native... Note: English ...
Why should I choose Native or hybrid app
CC BY-SA 3.0
null
2017-05-03T21:19:26.723
2017-05-03T22:56:12.577
null
null
5,995,311
[ "android", "ios", "hybrid-mobile-app", "react-native", "mobile-development" ]
43,843,093
1
null
null
7
16,913
I've been trying for a while now to get universal links of to work but it's not working till now. I have an apple-app-site-association configured. Have tried using the root domain, using a subfolder, on the same server or another. In all cases I am redirected to safari web page with a drop down to open my app as an ...
How to get a universal link to open the app instead of safari?
CC BY-SA 3.0
0
2017-05-08T08:32:26.437
2020-05-30T08:11:22.837
2017-05-08T09:15:11.060
1,063,706
1,063,706
[ "ios", "xcode", "ios-universal-links", "mobile-development" ]
43,865,711
1
43,891,325
null
-1
7,904
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 tab pages which I just added in "tabs.html". So for this I created new...
Adding new tabs in ionic framework
CC BY-SA 3.0
null
2017-05-09T09:11:12.273
2017-12-27T08:18:09.637
2017-05-10T04:48:43.873
6,900,386
6,900,386
[ "layout", "ionic-framework", "tabs", "mobile-development" ]
43,903,630
1
43,903,903
null
0
139
Thanks for taking the time to read my question. Basically I am developing a medication reminder app for Android. Rather than create a really basic UI, I really like the idea of having each question in a card. For example, in the first card I would like to have a TextView to say what the card is for and then an EditT...
Cardview in Android - Can different cards be used to collect user information?
CC BY-SA 3.0
null
2017-05-10T22:23:52.927
2017-05-10T22:54:27.603
null
null
3,684,649
[ "android", "mobile-development" ]
43,967,700
1
null
null
0
262
As a short explanation: We are developing an Android App for the university. On the first screen is a list. This list is made by a ListView containing lots of TextViews. The following code is in our CustomListAdapter: ``` @Override public View getView(int position, View convertView, ViewGroup parent) { ...
Change color of "highlight" in ContextualActionMode for different theme
CC BY-SA 3.0
null
2017-05-14T18:56:42.827
2017-05-17T06:51:20.850
2017-05-17T06:51:20.850
7,720,913
7,720,913
[ "android", "textview", "android-actionmode", "mobile-development" ]
44,189,419
1
null
null
0
93
I am trying to make an app that can view my ipcam. I tried doing it by using my webview ``` } String url = "http://"; WebView view = (WebView) this.findViewById(R.id.glennView); view.getSettings().setJavaScriptEnabled(true); view.loadUrl(url); } ``` But it is telling me that the u...
I can't login in my ip-cam through webview
CC BY-SA 3.0
null
2017-05-25T20:36:51.263
2017-05-26T05:02:07.837
2017-05-26T05:02:07.837
1,796,579
3,997,063
[ "android", "webview", "ip-camera", "login-script", "mobile-development" ]
44,501,963
1
48,960,989
null
-1
663
Is it possible in iOS to open any mail attachment in Mobile Safari. I have tried these: it does not show option to open the file in safari. javascript is disabled in document preview so it is not working.
Open Attachments In Mobile Safari
CC BY-SA 3.0
null
2017-06-12T14:29:36.937
2018-02-24T08:41:54.070
2017-06-12T14:48:29.787
418,074
418,074
[ "ios", "objective-c", "iphone", "mobile-development", "hackintosh" ]
44,673,102
1
44,673,171
null
0
63
I am new to android and wondering if anyone can help me by pointing me or giving me a code example (preferably) on how to update my UI values (simple text view value) from a response from my server (JSON object). my j son is `{num : 1, val: 22}`. Thank you
How to update my UI values in android?
CC BY-SA 3.0
null
2017-06-21T10:09:05.127
2017-06-21T10:32:18.297
2017-06-21T10:32:18.297
8,193,423
8,193,423
[ "java", "android", "json", "mobile-development" ]
44,837,859
1
null
null
-1
598
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 : String { case One = "1" } Test.rawValueFromKey(keyValue...
Enum Types: get raw value from key
CC BY-SA 3.0
0
2017-06-30T02:50:58.960
2022-10-16T11:32:15.787
2017-06-30T18:18:10.933
1,002,156
1,002,156
[ "ios", "swift", "mobile-development" ]
44,859,800
1
null
null
0
33
Sorry if my question is phrased badly, but I'm currently developing an icon pack for android that does not have its own dedicated app, and it shouldn't. I am currently using this: [https://forum.xda-developers.com/showthread.php?t=2399426](https://forum.xda-developers.com/showthread.php?t=2399426) as source code (since...
How to not make my app openable?
CC BY-SA 3.0
null
2017-07-01T10:20:01.180
2017-07-01T14:40:30.897
null
null
8,240,720
[ "android", "icons", "customization", "mobile-development" ]
44,947,942
1
44,948,711
null
4
5,659
I'm trying to wrap my head around how to implement iOS/Android finger print to authenticate a user. From what I understand, triggering the finger print dialog is just an additional security? So a typical on boarding process would be something like this: 1. User downloads the app. 2. User registers/signs in, and get...
iOS/Android finger print - authentication server side
CC BY-SA 3.0
0
2017-07-06T11:44:50.753
2017-07-06T12:19:43.597
null
null
296,030
[ "android", "ios", "security", "fingerprint", "mobile-development" ]
45,047,855
1
null
null
0
36
I have certain windows mobile devices which supposed to be only connected to a known wifi network. so the user of the device can not connect to other wifi network as they intend. how can i tackle this problem. your kind guidance is required. i know this is constrained by many hard factors. but i would like to know if t...
how to monitor wifi networks and remove them in windows mobile..?
CC BY-SA 3.0
null
2017-07-12T03:23:46.347
2017-07-12T03:23:46.347
null
null
8,219,674
[ "wifi", "windows-mobile", "device-driver", "mobile-development" ]
45,148,134
1
null
null
1
288
This is my code: ``` public class CustomDialog extends DialogFragment { @NonNull @Override public Dialog onCreateDialog(Bundle savedInstanceState) { AlertDialog.Builder myDialogBuilder = new AlertDialog.Builder(getActivity()); myDialogBuilder.setTitle("Get Ready To Rumble!"); myDialogBuilder.setMessage("Do...
Can't find context in makeText() while making a Toast
CC BY-SA 3.0
null
2017-07-17T15:29:52.827
2017-07-17T19:35:40.827
null
null
8,178,804
[ "android", "toast", "mobile-development" ]
45,165,010
1
null
null
0
76
I use react-native for my school project and like the official documentation, I use the following command to create new project : ``` create-react-native-app AwesomeProject ``` it creates a project with the latest react native package such as : ``` "react": "16.0.0-alpha.12", "react-native": "^0.45.1", ``` ...
Error of dependencies with react-native
CC BY-SA 3.0
null
2017-07-18T11:06:19.020
2017-07-18T11:20:06.017
null
null
8,319,468
[ "react-native", "mobile-development" ]
45,182,270
1
null
null
-2
132
Mobile App Development -Native (java,swift) -Xamarin -React Native -ionic -what else? ...Which should I choose to use in the future and why? I'm Thai ,Sorry for my language ...Thank U
Mobile App Development ...Which should I choose to use in the future?
CC BY-SA 3.0
null
2017-07-19T06:13:54.367
2017-07-19T10:05:17.460
2017-07-19T06:17:41.037
8,318,328
8,318,328
[ "mobile-development" ]
45,230,907
1
null
null
2
637
I want to change the sound of remote notifications in iOS. But I do not want to send the sound name in push payload. I want to set it from the device itself. This is possible in Android. But no idea how to do it in iOS. Please help. Thanks,
How to change sound of iOS remote notifications without changing push payload
CC BY-SA 3.0
null
2017-07-21T06:52:08.477
2017-07-21T07:06:35.820
null
null
6,880,456
[ "ios", "objective-c", "mobile-development" ]
45,275,109
1
45,276,185
null
0
1,400
I have an AlertController which pops after adding a new note. It has two options: "new note" and "see notes". When press "see notes", it should enter another pages to see list of notes. When press "new note", it should stay on this page for adding a new note. So, how to enter another page pressing an alertCtrl option b...
Enter another page when pressing AlertController's option buttons ionic
CC BY-SA 3.0
0
2017-07-24T07:58:35.773
2017-07-24T08:53:55.013
null
null
6,200,054
[ "angular", "typescript", "ionic-framework", "mobile-development" ]
45,323,451
1
45,340,380
null
8
16,387
I've added a toolbaritem in my app, however i dont see a way to change its background and text color. ``` <ContentPage.ToolbarItems> <ToolbarItem Text="About" Icon="ic_action_more_vert.png" Priority="0" Order="Secondary" Clicked="ToolbarItem_Cl...
Change color of ToolBarItem in XAML
CC BY-SA 3.0
0
2017-07-26T09:53:16.330
2020-04-08T16:28:12.553
null
null
null
[ "xaml", "xamarin.android", "xamarin.forms", "mobile-development" ]
45,355,454
1
45,358,387
null
-3
443
I would like to know what are the best practices regarding, Modeling data when no network connection available, if the app you are building is cloud computing based, but still you want to be able to have basic functionality and I guess some persistent data? PD: I am kind of new to IOS development
When offline, how to manage data? IOS
CC BY-SA 3.0
0
2017-07-27T15:45:46.910
2017-07-27T18:24:08.313
null
null
8,377,232
[ "ios", "swift", "mobile-development" ]
45,611,166
1
null
null
0
811
I'm using react-native for developing android and ios app. I know nothing about ios-development and Xcode environment. When i run `react-native run-ios` i see this error: ``` ld: library not found for -lRNSVG-tvOS clang: error: linker command failed with exit code 1 (use -v to see invocation) ** BUILD FAILED ** ``...
react-native library not found for -lRNSVG-tvOS
CC BY-SA 3.0
0
2017-08-10T10:27:25.507
2019-02-05T14:23:33.737
null
null
5,923,192
[ "ios", "xcode", "react-native", "react-native-ios", "mobile-development" ]
45,738,649
1
null
null
1
409
``` react-native -v: 0.47.0 npm ls rnpm-plugin-windows: 0.47.0-RC5 npm ls react-native-windows: yes node -v:8.2.1 npm -v:5.3.0 yarn --version:n/a ``` ``` Target Platform: UWP (developer mode enabled) Target Platform Version(s): 10.0.10586 .NET 4.6.1, .NET 4.5 Target Device(s): Mobile ARM Development Operating ...
Unable to download JS bundle on UWP React Native
CC BY-SA 3.0
null
2017-08-17T15:01:15.100
2021-07-21T01:25:06.057
2017-08-17T20:12:11.633
1,849,060
1,849,060
[ "react-native", "uwp", "windows-10-mobile", "mobile-development", "react-native-windows" ]
45,742,606
1
null
null
1
373
I want to stream live mp3 from a server (MP3 NOT MP4) and here is what i already have. I will give a piece of code from my project. ``` def worker(self, v): if len(self.musicTitle) > 50: self.album.text = self.musicTitle[:50]+" .." else: self.album.text = self.musicTitle self.pltitle.text =...
Kivy - Android & Ios audio streaming
CC BY-SA 3.0
null
2017-08-17T18:30:14.653
2017-08-17T18:30:14.653
null
null
3,921,145
[ "android", "python", "ios", "kivy", "mobile-development" ]
45,796,065
1
null
null
-3
65
I have an idea for a game which consists of adding elements on certain web pages in a player's browser on Android/iOS. It has to be their native browser and not a custom one for this game, as the idea is to play whenever you enter a certain site when doing normal browsing. A very rough outline when a user enters a si...
How can I manipulate the client-side appearance of websites on Android/iOS using JavaScript for a mobile game?
CC BY-SA 3.0
null
2017-08-21T11:33:08.053
2017-08-21T13:36:45.590
2017-08-21T13:36:45.590
8,494,672
8,494,672
[ "javascript", "android", "ios", "mobile-development" ]
45,966,749
1
46,033,914
null
-1
704
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<Void, Contact, Void> { private static final String TAG = "lifeCycle"; private Context mContext; public...
how to get phone contacts in async task?
CC BY-SA 3.0
null
2017-08-30T17:45:34.137
2019-04-15T21:42:21.847
2017-09-04T09:15:22.130
5,292,302
4,197,390
[ "java", "android", "mobile-development" ]
46,219,438
1
46,222,163
null
2
2,505
Im new to android I'm using content provider in my application, In my application I want to join two tables but I don't know how to do it, please help me find out solution my tables: ``` CREATE TABLE Bank_customers (customer_id varchar PRIMARY KEY , customer_name varchar, customer_date_of_birth date, addr...
how to join two tables in android using content provider query method?
CC BY-SA 3.0
0
2017-09-14T12:39:21.730
2017-09-14T15:17:00.050
2017-09-14T12:51:16.423
7,762,393
6,215,208
[ "java", "android", "sqlite", "kotlin", "mobile-development" ]
46,235,959
1
null
null
-1
765
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?
How to make android application work online and offline both with server side? and how to sync the server side data?
CC BY-SA 3.0
null
2017-09-15T09:13:25.293
2017-09-15T09:46:04.600
2017-09-15T09:25:11.577
2,724,879
7,859,569
[ "android", "realm", "retrofit", "mobile-development" ]
46,267,665
1
46,270,134
null
1
179
I try to create a button dynamically with in Java and add it some constraints to position it in the center of my constrainLayout. So I write this code: ``` import android.app.Activity; import android.os.Bundle; import android.support.constraint.ConstraintLayout; import android.support.constraint.ConstraintSet; import ...
Android - Resize UI widget created dynamically
CC BY-SA 3.0
null
2017-09-17T18:47:02.497
2017-09-18T04:56:02.477
2017-09-18T04:56:02.477
7,663,565
2,170,573
[ "android", "android-layout", "android-constraintlayout", "mobile-development" ]
46,350,899
1
null
null
-2
47
So I'm doing some research and am a little lost as I don't have any experience in regards to the dev side of applications. I've got a few questions and would greatly appreciate some help: 1) Is there any full device encryption for Android mobile devices? I didn't see any 3rd party apps that did this but I can't believ...
Mobile Device (Android) Encryption
CC BY-SA 3.0
null
2017-09-21T18:29:14.437
2017-09-24T16:02:12.017
null
null
6,879,464
[ "android", "encryption", "android-permissions", "mobile-application", "mobile-development" ]
46,476,729
1
46,477,906
null
1
769
I have an API which returns text which contains some HTML entities, e.g. `&nbsp;`. This is handled nicely on web and shown as space, but on mobile apps it's shown as text with value `&nbsp`. I use `React Native`, but I think the issue would also happen if I was coding in `Android` or `Ojbective-C`. What is the general ...
Convert html entities for mobiles
CC BY-SA 3.0
null
2017-09-28T19:17:42.880
2017-09-28T20:38:07.517
null
null
4,122,928
[ "javascript", "mobile", "react-native", "html-entities", "mobile-development" ]
46,516,042
1
null
null
1
1,047
Hello this is the first time using Xamarin. What I am trying to do is modify this application to use ListView, but first I would like to learn how to get a value from a stepper and print it to the label. I know movieamount sends the value selected from the stepper and sends it to the totalLabel text, but I can't seem...
Send value to label from Stepper Xamarin.form
CC BY-SA 3.0
null
2017-10-01T19:24:24.550
2017-10-01T23:43:25.830
null
null
6,924,089
[ "c#", "xamarin", "xamarin.ios", "xamarin.android", "mobile-development" ]
46,549,490
1
null
null
0
122
I'm researching on how to make a swiping menu dial. [Like This](https://www.dropbox.com/s/icqlj4n0xsf4c71/Screen%20Shot%202017-10-03%20at%209.34.09%20AM.png?dl=0) Since it is a mobile app, my idea is to allow the user to swipe their finger around the dial to move and see all the button options on the menu. I was think...
React-Native: How can I program a scroll that allows elements in a menu reappear once it has made its way around?
CC BY-SA 3.0
null
2017-10-03T16:40:35.750
2017-10-03T17:00:13.357
2017-10-03T17:00:13.357
7,017,647
7,017,647
[ "javascript", "ios", "react-native", "swiper.js", "mobile-development" ]
46,631,886
1
null
null
0
21
I want to start IOS development as i prefer ios over android and other platforms due to personal liking only. The problem is i tried Visual Studio with Xamarin but it needs an actual MAC for apps !! I am thinking about using Xamarin Studio! Does it require a MAC too ? Any other way around without using VM or MAC ?
Without using VM or MAC how can i do IOS development
CC BY-SA 3.0
null
2017-10-08T13:57:50.280
2017-10-08T14:24:56.580
null
null
3,682,810
[ "c#", "ios", "mobile-development" ]
46,646,644
1
null
null
0
83
Can someone explain why this code is not working as expected? As you can see, I'm using loop to create imageViews with gestureRecognizers. I don't understand why only the first imageView's gestureRecognizer is working. I hope someone can help. Thank you! [](https://i.stack.imgur.com/0JuEu.jpg) ``` for (int i = 0; i ...
Using loop to create dynamic ImageViews and GestureRecognizers
CC BY-SA 3.0
null
2017-10-09T12:37:17.023
2017-10-09T17:15:11.033
2017-10-09T17:15:11.033
3,231,194
null
[ "ios", "objective-c", "mobile-development" ]
46,989,504
1
null
null
1
207
Im newbie at android development. Trying to create a working video player but get errors. When click on a play button there is only sound no video and black screen. Tried some suggested solutions - nothing help. Here's the code: ``` import android.media.MediaPlayer; import android.net.Uri; import android.os.Bundle; im...
VideoView - no video but sound when played
CC BY-SA 3.0
null
2017-10-28T12:01:57.897
2017-10-28T12:01:57.897
null
null
8,041,102
[ "android", "mobile-development" ]
47,168,191
1
50,894,191
null
2
3,307
I am new to REALM and I am trying to join two tables but I can't find information of sql query for realm (I am using React Native) Tables are ChatRoom and Message. ChatRoom has multiple Messages. I would like to get all chatrooms with only one most lastest message for each chatroom. ``` ChatRoom.schema = { name:...
How can I join two tables with REALM
CC BY-SA 3.0
0
2017-11-07T22:03:31.363
2018-06-17T06:15:28.323
null
null
3,466,549
[ "react-native", "realm", "mobile-development" ]
47,191,110
1
47,204,070
null
1
281
I got SKSpriteNode of hero in my GameScene. I implement two buttons (up and down). I need that SKSpriteNode of my hero is moving up and down by buttons touches. But i only see touchesMoved and touchesEnded methods. I need something about touchesBegan (that feel the button tap while i tap it).
Move SKSpriteNode by button touch
CC BY-SA 3.0
null
2017-11-08T22:54:55.813
2017-11-09T14:15:17.013
2017-11-09T00:12:20.973
7,710,399
7,710,399
[ "swift", "xcode", "sprite-kit", "mobile-development" ]
47,251,276
1
null
null
-2
32
There are various tasks that a web back end developer has to do while doing a project while making APIs in specific. For example setting up authorizations for various roles, setting up a push notification server(mobile applications) etc. I just wanted to know a few more.
What are the most redundant tasks (authentication, social network integration etc.) in the life of a back-end web developer?
CC BY-SA 3.0
null
2017-11-12T16:41:47.650
2017-11-16T02:24:44.293
2017-11-16T02:24:44.293
2,582,339
2,582,339
[ "database", "authentication", "backend", "mobile-development" ]
47,720,655
1
null
null
4
1,001
I was struggling with using `AppCompatActivity` and `Activity` (and recently realized there is `ActivityCompat` even) and things like `Toolbar` vs `ActionBar` etc. it feels like things using `AppCompat` seem to be more stable. For example it works so much more smoothly with things like `PreferenceFragment`. On the oth...
Is there any reason to use AppCompat`?
CC BY-SA 3.0
null
2017-12-08T19:04:27.997
2017-12-08T19:04:27.997
null
null
2,870,834
[ "android", "android-appcompat", "mobile-development" ]
47,942,420
1
null
null
0
53
I am trying to change the text in text view cityName on itemclicked from the spinner but when i click on the item it does not does not change the text. I have tried it several times but it still not working what am i doing wrong here? I have tried using just position in arraylist.get[posistion] but it still does not ch...
Can't Change text on itemclicklistener() spinner
CC BY-SA 3.0
null
2017-12-22T13:33:08.473
2017-12-22T14:05:05.823
2017-12-22T13:59:51.880
2,649,012
7,802,014
[ "java", "android", "mobile-development" ]
47,971,454
1
null
null
0
89
I am a junior Android Developer and I intend to develop a little cross platform with Xamarin. This app is just a FAQ with an enormous amount of data which will not change in the time (additionally I would like to add a quiz). I want the app be multilingual and be accessible without Internet Connection. My worry is ab...
Data storage best practice mobile application
CC BY-SA 3.0
null
2017-12-25T19:26:28.867
2017-12-27T23:34:09.903
2017-12-27T23:34:09.903
472,495
9,138,205
[ "xamarin", "translation", "mobile-development" ]
47,977,432
1
null
null
-4
52
I am learning Android app development with Udacity. I have downloaded Android development kit but when I installed it ask for SDK setup. I have check on Youtube but there I can't find related video. Please any one could give a link for video or just point out me ways for installing it.
Android development kit SDK setup
CC BY-SA 3.0
null
2017-12-26T10:47:36.160
2017-12-26T14:24:35.867
2017-12-26T14:24:35.867
8,329,480
9,141,295
[ "android", "android-sdk-tools", "android-sdk-2.3", "mobile-development" ]
47,981,887
1
48,009,482
null
2
731
I decided to use `back4app` for easily creating my backend and for having a built in hosting solution. I'm quite a newbie with this tool so my question will seem "simple": I was wondering how will I store the images of my mobile application. As far as I know they use `AWS` so I thought the service would provide like ...
How to store images for mobile development
CC BY-SA 3.0
null
2017-12-26T17:37:45.830
2017-12-28T14:43:36.973
null
null
1,365,862
[ "amazon-s3", "mobile-development", "back4app" ]
48,020,977
1
null
null
0
386
I have a project using [chessboard.js](http://chessboardjs.com/) as well as some other libraries and all of them are using jQuery intensively. Now I am trying to reuse this code in mobile version using [Ionic Framework](https://ionicframework.com/). I understand that it is possible to use jQuery with Angular and Typesc...
Can I use jQuery library with Ionic 3?
CC BY-SA 3.0
null
2017-12-29T10:17:22.517
2017-12-29T10:17:22.517
null
null
3,523,475
[ "jquery", "cordova", "typescript", "ionic-framework", "mobile-development" ]
48,029,129
1
null
null
8
1,174
Images with spaces in their name won't load in IOS, for android it worked by replacing the spaces with %20, but this solution didn't work on ios. React native. I m loading the images remotely using uri, in a normal Image container. images without space load fine.
React native: images with space in name won't load in IOS (device, not https issue)
CC BY-SA 3.0
null
2017-12-29T22:31:48.867
2021-09-27T05:45:13.903
2017-12-29T22:39:14.657
2,287,471
2,287,471
[ "ios", "react-native", "mobile-development" ]
48,086,114
1
null
null
3
600
Has anyone used 'react-native-camera' component with re-natal? I am just trying out the react-native-camera component in the default re-natal skeleton project. My code is following ``` (ns wmshandheld.android.core (:require [reagent.core :as r :refer [atom]] [re-frame.core :refer [subscribe dispatch di...
Using react-native-camera in ClojureScript re-natal development
CC BY-SA 3.0
null
2018-01-03T22:29:48.237
2018-12-12T06:01:36.573
null
null
5,802,173
[ "react-native", "clojure", "clojurescript", "mobile-development", "re-natal" ]
48,250,471
1
null
null
0
290
I'm a novice in Android Development, how do I combine different APIs in Microsoft azure cognitive services? specifically with Face, Computer Vision, and Emotion API. Here is what I came up with, I was able to display the simple description of the image. However, I am having a hard time merging the celebrity model to...
How to combine different API from microsoft cognitive services
CC BY-SA 3.0
null
2018-01-14T14:18:35.850
2018-02-07T12:29:24.363
2018-02-07T12:29:24.363
9,215,847
9,215,847
[ "java", "android", "azure", "android-studio", "mobile-development" ]
48,321,305
1
48,321,557
null
0
538
I am trying to get a tab menu to appear using react-navigation (TabNavigator) but I either get the below red screen error or If I change the name of the keys I get a blank screen. I am using: ``` react-native: 0.51.0 npm: 4.6.1 ``` This is my router.js file: ``` import React from 'react'; import { TabNavigator }...
Tab Navigator - Error: Invalid Key 'tabBar' defined in navigation options
CC BY-SA 3.0
null
2018-01-18T12:24:26.970
2018-01-18T12:36:37.537
null
null
6,836,059
[ "react-native", "mobile-development", "react-native-navigation" ]
48,355,347
1
null
null
-1
1,006
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. And I downloaded eclipse oxygen and I installed new software for ADT Plu...
How to set eclipse for android development?
CC BY-SA 3.0
null
2018-01-20T11:05:09.297
2018-01-20T12:11:55.130
2018-01-20T12:11:55.130
1,993,001
9,243,889
[ "java", "android", "eclipse", "mobile-development" ]
48,418,319
1
48,420,886
null
1
271
It seems like the code for animating a view's scale and translation is always much more clean and concise (e.g. using `.animate()`) than code that animates the view's LayoutParams (i.e. width, height, etc.) which requires the use of animators (`ValueAnimator`, `ObjectAnimator`, etc.) That made me wonder whether animat...
Animating LayoutParams vs. Translation and Scale in Android
CC BY-SA 3.0
null
2018-01-24T08:53:24.483
2018-01-24T11:02:56.607
null
null
805,425
[ "java", "android", "animation", "kotlin", "mobile-development" ]
48,474,519
1
48,474,577
null
-1
200
Can an activity do an intent to itself? I have an activity created, it's called activity_beautician_profile. This activity has an edit button, which lets the user edit their profile. So I was planning on disabling the EditText at first and then enabling it when the user clicks the edit button. I added an android:onCli...
How to let an activity intent to itself?
CC BY-SA 3.0
null
2018-01-27T09:45:24.377
2018-01-27T09:54:23.810
2018-01-27T09:54:07.653
3,897,122
9,243,889
[ "java", "android", "android-intent", "mobile", "mobile-development" ]
48,521,334
1
null
null
1
70
Im making an android application that has text to speech and I want to be able to customize its speech rate. I already have a code for it but i dont know how to apply the speech rate to the whole application. Here's the settings that I've created for the application. THANKS IN ADVANCE! :D ``` public float getSpeechR...
How to apply the built in settings to the whole application
CC BY-SA 3.0
null
2018-01-30T12:19:43.007
2018-01-30T16:07:58.100
2018-01-30T12:39:14.540
9,215,847
9,215,847
[ "android", "text-to-speech", "mobile-development" ]
48,679,757
1
null
null
-1
652
I know this is very old question? but still i am looking for an answer. Is xamarin available for linux or not? If it is not available is there any alternate solution? I heard about mono development. Shall I use mono development for xamarin on linux. If yes, share with details. It'll be very helpfull.
Is there any way to create xamarin mobile applications on linux?
CC BY-SA 3.0
null
2018-02-08T07:21:11.723
2018-02-08T08:10:49.263
null
null
8,450,860
[ "android", "xamarin", "xamarin.forms", "mobile-development" ]
48,694,150
1
null
null
1
3,106
I've stuck on one issue with development react native app for android phone. I don't know why but a setting position with the absolute option doesn't work on Android and works on IOS. I need your help guys! Stackoverflow asks me to add more details but I don't know what details should here else - that's why this is t...
React native position absolute doesn't work
CC BY-SA 3.0
null
2018-02-08T20:21:13.987
2018-02-09T09:10:33.273
2018-02-09T09:10:33.273
4,443,323
7,863,095
[ "javascript", "android", "reactjs", "react-native", "mobile-development" ]
48,718,086
1
48,721,932
null
1
732
I have a navigation bar and a collection view programmatically added to my app and I am trying to add in a custom view as well. I have gotten the view to sit above the collection view and beneath the navigation bar, which is what I want, however, on iOS 11, the navigation bar has a changing height depending on if you s...
How to pin a UIView underneath the iOS 11 NavigationBar's changing height frame?
CC BY-SA 3.0
null
2018-02-10T06:51:33.030
2018-02-10T14:42:21.547
null
null
9,192,045
[ "ios", "iphone", "swift", "ios11", "mobile-development" ]
48,765,235
1
null
null
4
1,689
I know that it is not really going to help me out, but still I have some doubts related to "CTGetSignalStrength()" method of Core Telephony framework. What I know about this method is: 1. It is an undocumented method. 2. It belongs to a Private API. 3. If I use this method, App store will reject my application. 4. Al...
xcode - Network Strength in iOS
CC BY-SA 3.0
0
2018-02-13T11:00:06.963
2018-02-13T12:25:42.520
2018-02-13T12:08:01.577
5,319,831
5,319,831
[ "ios", "objective-c", "iphone", "core-telephony", "mobile-development" ]
49,092,441
1
null
null
5
403
I am relatively new to web development, and am currently building an Ionic/angular2 hybrid mobile app. I have used the in browser devtools just fine until now. When I am using the mobile device testing screen, the browser registers a right-click whenever I click/press and hold. It only happens when I click and hold w...
Unwanted right-click with in browser DevTools
CC BY-SA 3.0
null
2018-03-04T05:53:34.423
2021-03-07T00:48:09.440
null
null
9,440,543
[ "angular", "firefox", "ionic2", "google-chrome-devtools", "mobile-development" ]
49,108,011
1
49,108,445
null
2
1,345
I'm uncertain if this is the right place to raise this question, please let me know if not and I'll take it down. We have outsourced the development of an app for our company on iOS and Android. The UAT has been signed off on and the app is currently live. We are now finalising the project and they are giving us the c...
App Development: Project Finalisation & Handover (iOS & Android)
CC BY-SA 3.0
null
2018-03-05T10:14:48.193
2018-03-06T09:22:58.680
null
null
9,359,733
[ "android", "ios", "mobile", "mobile-development" ]
49,156,982
1
null
null
-14
719
So I want to build a small native mobile app using Vuejs. I understand that there are two platforms on which you can develop native mobile apps using VueJs; Weex and Nativescript. Here are my questions: 1- Have you worked with any of the platforms? If yes, are they any good? (I've heard bad reviews so far) 2-Accordin...
Is there a good VueJs native mobile platform?
CC BY-SA 3.0
0
2018-03-07T16:36:47.233
2018-03-07T19:49:12.943
null
null
5,619,967
[ "angularjs", "web-deployment", "nativescript", "mobile-development", "weex" ]
49,181,391
1
49,182,098
null
0
205
I am trying to run a shell command from my application directory and I am getting "working directory null and environment null. I have looked at several posts here but I'm not quite sure where to go from here. Error: Error running exec(). Command: [/data/user/0/com.netscout.iperf3_clientls] Working Directory: null En...
Java.io.Exception: Working Directory: null Environment: null
CC BY-SA 3.0
null
2018-03-08T19:52:45.430
2018-03-08T20:43:03.807
null
null
2,833,197
[ "java", "android", "android-studio", "mobile-development" ]
49,189,003
1
49,195,436
null
2
2,223
- - [http://192.168.4.1/?pin=13](http://192.168.4.1/?pin=13)- Then a function call on Web is used and a GET request is send.- I wanted to ask how to implement the same functionality using Android Studio. Maybe a name of component or function in Java Code.- I am attaching the block design for reference. [](https://i.st...
How do I use Web Component of MIT App Inventor in Android Studio?
CC BY-SA 3.0
null
2018-03-09T07:52:04.913
2018-03-10T16:17:49.610
2018-03-10T16:17:49.610
1,545,993
7,897,413
[ "android", "app-inventor", "mobile-development" ]
49,196,906
1
49,211,022
null
0
218
This is more of a design question, i'm building a NativeScript mobile application where users are restricted by a number of requests per day. After they login or start the application and I check: ``` public ngOnInit() { MAX_TRIES = 1000 if(ApplicationSettings.getBoolean("authenticated", false){ if(Applicatio...
Security of Nativescript ApplicationSettings vs REST API
CC BY-SA 3.0
null
2018-03-09T15:21:01.823
2018-03-10T15:52:33.440
null
null
5,660,197
[ "nativescript", "mobile-development" ]
49,252,912
1
null
null
2
39
I am currently developing an app for visually impaired users and it have been requested that we reduce the amount of alerts from the OS's notification centres that appear during its use. Is this even possible? I ask as I believe all apps are sandboxed these days to prevent you playing with core OS systems. I have done...
How to silence Android/iOS notifications during app use?
CC BY-SA 3.0
null
2018-03-13T09:47:41.870
2018-03-13T09:47:41.870
null
null
1,555,828
[ "android", "ios", "push-notification", "notifications", "mobile-development" ]
49,300,414
1
null
null
-1
145
I'm using AngularJS, Ionic and Cordova to create a project and my question is pretty straight forward: How to show element, like div, during some time period(e.g. 8:00 15.2.2018. - 20:00 15.2.2018.), otherwise hide it? EDIT: This is what I got for now: ``` (function() { 'use strict'; angular .module...
Show element during some time period, otherwise hide it
CC BY-SA 3.0
null
2018-03-15T13:13:34.147
2018-03-15T15:36:20.857
2018-03-15T15:36:20.857
6,619,676
6,619,676
[ "angularjs", "cordova", "ionic-framework", "web", "mobile-development" ]
49,411,279
1
49,552,870
null
0
124
although I specifically mention AngularJS, Ionic and Cordova here, I'm really talking about mobile app (hybrid and native alike) that produces binaries for iOS and Android platforms. As such, I believe that anybody with experience in mobile dev should be able to address the question! --- I am building a mobile a...
Stabilization techniques for mobile builds?
CC BY-SA 3.0
null
2018-03-21T16:07:26.813
2018-03-29T09:46:38.897
null
null
4,009,451
[ "android", "ios", "build", "mobile-development" ]
49,495,293
1
49,495,384
null
2
4,115
Background: I am working on a mobile application in which I use a WebViewScaffold to load an online directory. This particular directory provides a guided tour on initial visit. Problem: Each time I navigate to the directory WebView, the tour starts from the beginning (which freezes the user until the tour is finish...
Flutter WebView Plugin - How To Handle Local Storage Variables
CC BY-SA 3.0
null
2018-03-26T15:34:15.770
2018-06-22T09:07:33.037
null
null
9,531,211
[ "dart", "flutter", "mobile-development" ]
49,499,469
1
null
null
0
36
Hi I am building a hybrid mobile app and wish to use this color for an alert. However, I cannot seem to get the color right along with the opacity. Does anyone know how to achieve this extremely subtle blur/transparency of this volume alert background? Thanks! ![screenshot with volume alert](https://i.stack.imgur.com/...
Does anyone know this stock iOS color?
CC BY-SA 3.0
null
2018-03-26T19:47:49.313
2018-03-26T19:55:22.987
2018-03-26T19:55:22.987
2,887,133
9,440,543
[ "ios", "hybrid-mobile-app", "mobile-development" ]
49,508,679
1
null
null
2
74
[](https://i.stack.imgur.com/IpcQ6.png) [](https://i.stack.imgur.com/ZQNvH.png) Is it recommended to place a button next to the home button like Apple did it in the system weather app? I would suggest that in this area you should not place any control elements. I didn't find any Information about that topic in Apples...
Is it recommended to place a button next to iPhone X virtual home button?
CC BY-SA 3.0
null
2018-03-27T09:06:48.100
2018-03-27T09:58:56.357
null
null
7,123,813
[ "ios", "user-interface", "ios11", "iphone-x", "mobile-development" ]
49,521,531
1
null
null
1
2,091
Background: I am opening a website in my flutter app using a WebViewScaffold ([flutter webview plugin](https://pub.dartlang.org/packages/flutter_webview_plugin)). The website has a option where you click a button and it launches the "tel://1231231234" url. Problem: The WebView displays , etc. (Similar to the proble...
Flutter - Phone Call From Webpage Displayed in a WebViewScaffold
CC BY-SA 3.0
0
2018-03-27T20:02:41.417
2022-03-12T06:38:47.080
2018-03-28T14:49:11.237
8,581,389
9,531,211
[ "dart", "flutter", "mobile-development" ]
49,564,415
1
null
null
0
306
I have made a transparent background tabbar on my ionic/angular app. I have the following code in my app.scss ``` .tabbar { background: transparent !important; border: none !important; } .tabs-ios .tabbar { background: transparent !important; border: none !important; } .ion-tabs { background: transp...
Ionic tabbar not transparent on root page
CC BY-SA 3.0
null
2018-03-29T20:22:38.527
2018-03-29T20:22:38.527
null
null
9,440,543
[ "angularjs", "ionic-framework", "mobile-development" ]
49,598,534
1
null
null
0
1,434
Can someone help me with setting up AppIcon in the application which was generated with create-react-native-app. There is no any native code. P.S. AppIcon is the main icon which you tap to start the app.
AppIcon React Native
CC BY-SA 3.0
null
2018-04-01T13:23:22.870
2018-04-01T13:49:06.830
null
null
7,863,095
[ "android", "ios", "reactjs", "react-native", "mobile-development" ]
49,621,332
1
null
null
0
190
Everything is fine when I am using a real Android device to run Xamarin Live Player. However, when I start Xamarin Live Player in an AVD. It just start with paired status and I cannot do anything to scan the qrcode or enter the pair code. Anyone can help? [](https://i.stack.imgur.com/Fu1Jp.png)
How come my AVD Xamarin Live Player always shows "Paired with Visual Studio"?
CC BY-SA 3.0
null
2018-04-03T02:28:44.183
2018-04-03T03:06:13.610
null
null
6,201,547
[ "visual-studio", "xamarin", "xamarin.android", "android-virtual-device", "mobile-development" ]
49,681,101
1
null
null
-1
40
I have problem with interaction within my view that was loaded programatically. When app’s running the view is displayed well, however all input fields are not responsible. Here is code of my view(file's owner - CarView): ``` CarView.swift - @IBDesignable class CarView: UIView { @IBOutlet var myView: UIView! overri...
IOS - user interaction does not work in view loaded from Xib
CC BY-SA 3.0
null
2018-04-05T20:36:50.447
2018-04-05T21:53:52.860
null
null
8,709,654
[ "ios", "swift", "mobile-development" ]
49,764,065
1
49,766,745
null
0
476
I'm developing a game in Unity. I want it to be similar to Jackbox Games in the way that the main game is ran on a computer attached to a TV in a living room, but the interaction from those playing it come from using their phone's mobile browser to send their input. The difference that I want to accomplish is I want it...
Unity + Mobile browser controller. Thoughts?
CC BY-SA 3.0
null
2018-04-10T23:05:01.887
2018-04-11T04:54:22.593
null
null
6,371,464
[ "user-interface", "unity3d", "networking", "mobile-development" ]