1,075 questions
1
vote
1
answer
3k
views
How to get parent block height using react-native?
I need to get parent block height, I guess I must use Dimensions.
But how can I do that?
Thanks
0
votes
1
answer
231
views
How to force Chrome Device Mode?
Can I open a new Chrome window with Device Mode automatically enabled, either via the JS launching the new window, or some code on the destination page?
0
votes
2
answers
597
views
How to know if camera is enabled on the device using ionic framework?
I'm developing an application with the superb ionic framework, and i'm stuck with my preferences page. I know how to load the camera plugin and everything needed to make the camera work. My problem is ...
0
votes
2
answers
551
views
Registering new voice commands from my app to iOS Voice Control engine
Does anybody know if Apple iOS API allows to add new commands to build in iOS Voice Control engine. I noticed that Voice Control can control phone application using names, nicknames from address book. ...
0
votes
1
answer
34
views
Mobile Notifications Maintaining: implement own TimeManager or use notifications built-in fireTime manager?
I have to implement a reminder - make the note, then store it in local DB and then make the notification when time comes. I have no experience in mobile development so I'm asking what's better - to ...
2
votes
1
answer
815
views
How to initialize instabug for android?
I have added compile com.instabug.library:instabugsupport:1+ to dependency in build grade and synced with gradle files, added
Instabug.initialize(this, "your_app_token_here");
after setcontentview in ...
0
votes
1
answer
47
views
How to Achieve Expose effect in android
i want to make listView with this type of expose animation when user clicks on any item.
like The first time each user visits the All Apps screen, a semi-transparent overlay appears.
Please suggest ...
0
votes
1
answer
68
views
Xamarin iOS transitioning between interfaces
I've recently completed an Android app in Xamarin and am now working through creating an iOS application. I'm not sure if I've missed something extremely basic here, but I'm having trouble ...
0
votes
1
answer
82
views
Is it possible to create a headless accessibility tool for windows phone?
We've just successfully created an accessibility app for android (think screen reader) that works across all applications without needing to first launch a specific app, via the accessibility service.
...
1
vote
1
answer
42
views
Providing A Container for MvvmCross Plugins
I'm not sure what I'm trying to do is possible but here goes...
I'm looking to create a library of services to use within MvvmCross applications, the majority of services will probably use plugins ...
0
votes
1
answer
96
views
localhost page is not loading sencha touch framework while using wamp server
I'm developing a mobile app using sencha touch 2.4. I've installed everything correcting using following code.
sencha -sdk /path/to/sencha-touch-2-sdk generate app MyApp /path/to/www/myapp
Now I ...
3
votes
1
answer
223
views
Managing multiple mobile apps for each country store
We have a mobile app that is our main product.
We need to provide a different price (not just currency conversion) for it for each country store. As we found out (please let me know if this is wrong),...
2
votes
1
answer
849
views
Enable or Disable Mobile Data in Lollipop [duplicate]
try {
ConnectivityManager connectivityManager = (ConnectivityManager) appContext.getSystemService(Context.CONNECTIVITY_SERVICE);
Method iMthd = ConnectivityManager.class....
1
vote
1
answer
862
views
best tiny css mobile framework that support rtl
im using jquery mobile framework for my phonegap project but as jqmobile make a lot of modification on the HTML i faced many problem and i want to change it to a verry tiny css mobile framework that ...
0
votes
2
answers
656
views
How do I make my iOS application resize correctly to all iphone devices?
I have created my iOS application using Xcode but it works fine with iPhone 6 , but when I try to simulate in any other device the UI gets misaligned. How do I make the application to fit correctly to ...
0
votes
0
answers
782
views
How do I block/lock floating apps programmatically
Hi there i am working on a Applock.I am using a service to check top activity I use package and class name from ActivityManager getRunningTasks(); If this app is blocked I cover it with my own ...
13
votes
3
answers
53k
views
Inspect element on Android without connecting to computer
I have a samsung note pro 12.2 and was wondering how I could inspect element on the browser without connecting to a computer? I understand for smaller devices this makes sense to connect to a computer ...
5
votes
4
answers
12k
views
How to detect Network operators programmatically on Android?
Is it possible to identify currently attached mobile network and network operators programmatically on Android?
If it is possible please provide code samples
Thank you.
7
votes
3
answers
4k
views
How to test with Web@Work from MobileIron in a development environment?
I have a website that works perfectly in any browser.
Now I want to use the Web@Work browser from MobileIron to use this website as a boorkmark to create a basic iOS application packaged thanks to ...
3
votes
1
answer
1k
views
How to call the iOS search button with javascript/Jquery?
I've got an searcharea where I've used
<form><input name="search"/></form>
which enables and shows the search button on iOS mobile keyboard.
My question is now, how can i find ...
0
votes
2
answers
104
views
How to collect the mobile app data using AWS service(s) or other solutions?
I would like to build an app and collect some events from the app, and then show some event statistics like frequency, duration etc.
I`ve just investigated the aws Cognito web service, but it stores ...
0
votes
3
answers
955
views
Embedd HTML5 inside native iOS Application
i am searching for a way to extend my native iOS App (written in Objective-C) with HTML5/CSS/JS
So i could write parts of my App´s Code in HTML like a basic shop or similar where code in HTML already ...
1
vote
3
answers
2k
views
What is the AOSP Toolchain?
I'm looking to build some kernel source code, and I keep seeing "AOSP Toolchain". I know that AOSP is the Android Open Source Project, but I'm wondering what exactly is the "toolchain"?
1
vote
2
answers
266
views
Beginner help-Hybrid mobile app development
I have developed applications in J2ME and for Android. I am planning to learn and develop hybrid applications using HTML5/JavaScript/jQuery or AngularJS. Is there a place where I can get information ...
-2
votes
1
answer
465
views
How to measure the area of a touch path in android? [closed]
I would like to develop an app that will be used for measuring irregular shapes on your android device's touch screen.
For example,
I have a MotoG3 phone and its screen dimensions are 142.1 x 72.4 x ...