Questions tagged as 'app'

2
answers

What are the differences between Web App, Native App and Hybrid App?

Whenever I do research on mobile development, I come across three terms that appear a lot in searches. These terms are: Web App Native App Hybrid App And this has generated some doubts that I would like to have clarified, the doubt...
asked by 11.01.2017 / 16:43
2
answers

Chat with app notifications

I have an Android application that through it, the user can send a message to the administrator (me). I wanted to do something cooler in this communication, I would like it when I respond to the message, it appears in the application that it has...
asked by 02.07.2014 / 04:05
1
answer

Install a self-authoring app on an iPhone without developer account

As the jailbreak is not banned I think I can ask this question here, does it exist with jailbreak or some other way to install an app developed by me on an iPhone? In case the app is automation it will control some devices.     
asked by 03.11.2014 / 17:09
2
answers

Apache License Doubt Version 2.0

I'm developing an app with Cordova, the app can be downloaded for free, only some built-in features will cost. I needed to use this link plugin to manipulate googlemaps, which is under the Apache v2.0 license. What do I need to do to be...
asked by 23.11.2015 / 15:31
2
answers

How does adapting to different resolutions on Android work?

In html for example, objects can (sometimes without any special code) adapt to the size of the window, for example when placing two images of fixed size, if decreasing the window one goes to the bottom line. But what about an Android App? Are...
asked by 18.02.2014 / 15:10
1
answer

Save tts as audio file

How can I generate an audio file from a TexttoSpeech to share with other services ( sms , whats , messenger ... )? I created this function to share private void shareAudio() { Intent intent = new Intent( Intent.ACTION_SEND )...
asked by 04.10.2016 / 03:04
1
answer

How to adapt APP that uses TCP protocol to 3g connection?

I'm developing an APP for Android and I used direct TCP connection as well as HTTP requests. For the perfect functioning of my application being connected on a 3g network instead of WiFi, do I need to modify my code? Or is the 3g connection m...
asked by 25.10.2014 / 09:54
2
answers

How to make a manual system to check for new updates?

My application will not be published on Google Play, so I need to make a system to check for new updates and download them, without relying on Google Play. And preferably without spending anything, using free services (like Dropbox or the like)....
asked by 01.07.2014 / 01:03
1
answer

Communication between pages via JavaScript

I'm developing a web app, where each page has an option to filter, for example, one for brands, then the models of those brands, after, the cars and then the years of the car chosen. I would like to know a way to communicate these pages by pas...
asked by 02.09.2015 / 13:58
2
answers

App style in pure CSS3 breaks while running on Android

I'm making an app with Cordova + Sammy.js and pure CSS3. I can make the app perfectly responsive and with all styles working on Chrome and FireFox . It turns out that when I build the cork and open APK in Genymotion (running Android 4.4+...
asked by 15.02.2015 / 02:57