Questions tagged as 'mobile'

1
answer

Is it possible to replace the alarm control of my car with an application? [closed]

I'm starting a personal vehicle automation project. At first I will use the native features of my SmartPhone, so you do not need to implement any circuits in the car a priori. I have a Galaxy S4, and a car with alarm. I would like to creat...
asked by 03.07.2014 / 20:00
3
answers

How do I lock a responsive page in portrait?

Is there any solution to display the web page always in portrait (portrait) on mobile devices, even if the user rotates to the landscape mode? That is, always locked in portrait.     
asked by 13.03.2014 / 20:42
2
answers

IOS - How to edit a view's scale by Swift?

I have a viewview viewV and would like to change your Width and Height shown in the image below via Swift code.     
asked by 29.03.2016 / 14:32
1
answer

What is Native Script?

I recently read about Native Script, wanted to know a little more about it and how it works. What is Native Script? What are the advantages? How does it work? Is it worth using? While your learning curve?     
asked by 30.07.2016 / 13:30
3
answers

Is it possible to develop mobile cross-platform using Java?

I'm migrating the development of my Java applications to build native apps for Android. I would like to expand my applications to other platforms, such as iOS and Windows Phone. Is it possible to do this with Java ?     
asked by 13.01.2016 / 18:07
2
answers

Difficulty in running the emulator for Android

I can not run the Android emulator emulator. If I try to run the application I get a message from IDE :    The Selected Emulator is not running. Do you want to start it? Of course, you do not have an emulator running, and the IDE...
asked by 18.05.2014 / 00:10
1
answer

Mobile First: Appear image only on the desktop

What is the best way to make an image appear only on the desktop ? Usually I add media query to put display: none when opening in mobile . But this image is processed by the cell phone, it just is not displayed. What is the be...
asked by 24.11.2017 / 14:35
3
answers

Media width queries applied incorrectly on mobile devices

I'm trying to use media queries on a site thinking about mobile devices, but I'm having a problem: although the rules specify what to do when the width is small - and they apply correctly when you see in a browser with the size of the window...
asked by 17.12.2015 / 15:32
1
answer

How to align text in a "mobile" menu using the "select" tag

I have a website (structureonline.com) responsive and when I access the menu on a PC simulating a mobile device the text is aligned to left . I have the following code on my site: index.html : <nav> <...
asked by 19.03.2015 / 11:51
4
answers

Format currency in a UITextField

I need to create a UITextField to add money values. But I need the user to see the value being added in the UITextField in the order the user types. Example: User types 1 - in UITextField 0.01 appears User types 5 - UITextField appears 0,15 User...
asked by 06.03.2014 / 01:42