Questions tagged as 'mobile'

1
answer

IOS - how to make the app screen always lit?

I'm making an app for IOS that I already have ready on Android, I wanted to make a method that would leave the screen always on, but I'm not able to On Android I did it this way: MainActivity: PowerManager pm = (PowerManager) getSystemSe...
asked by 01.02.2016 / 12:58
1
answer

Save space, SVG, Base64 or normal images?

I created this question in order to clarify doubts that I have developed over the months in relation to images and space. While accessing sites, either on my cell phone or my normal computer, I have observed that SVG or encoded images using b...
asked by 13.12.2014 / 16:21
2
answers

PHP / MySQL site integration with App Phonegap

I'm creating a website and an App with Phonegap, I'm new to programming for mobile platforms. This site has a database and I want this database to be available directly in the App, but I do not want access to removal in the database. How c...
asked by 08.04.2014 / 01:30
3
answers

How do I debug a site on mobile devices?

I'm developing a website that, although it looks good on the desktop, is getting deformed when accessed via mobile devices. Specifically, some issues occur when using the Android default browser , others when using Chrome pro Android. I do not...
asked by 27.02.2015 / 21:08
3
answers

How to redirect the site when it is a mobile?

I have the following code that should work, but in mobile it does not work in the chrome browser: var permitir_mobile = true; var mobileUrl = 'http://m.meusitemobile.com.br'; $(document).ready(function() { var e = window; redirectIfWi...
asked by 28.07.2016 / 14:34
1
answer

Is the APK made in Xamarin Forms normal, even empty, have 60mb?

I've tried connecting the linker, and be the recommended procedures. I wanted to know if it is normal an apk made using Xamarin.Forms start from 60mb. And if it is not, what to do to reduce the size.     
asked by 22.11.2016 / 19:36
4
answers

With data exchange between a mobile (android) and another device through Bluetooth communication?

How can I connect and disconnect with any device via Bluetooth communication and then exchange (send and / or receive) data?     
asked by 26.09.2014 / 06:02
1
answer

Tools for mobile development

I'm looking for mobile development tools mobile . I started looking at a CodenameOne call, for example. However I would like some tips on which tool to choose. I have listed below some criteria I would like the tools to meet. I ask that if...
asked by 18.05.2014 / 23:59
3
answers

Should I use Em everywhere or only in Fonts?

I know that in should be used instead of px in sources for good application performance on mobile phones, but I only use this in font size. Should I use in also in places like margins, paddings, line-height, etc? Thanks     
asked by 05.07.2016 / 14:23
1
answer

What are Native Hybrid and Web Applications?

Hello everyone, I'm kind of lost in the study of mobile computing. I'm studying these 3 types of architecture for mobile development. Does anyone know the definition of these development architectures?     
asked by 29.08.2015 / 23:53