Questions tagged as 'app'

0
answers

Memory leaks on Android

Good morning, my first time here. I am learning in a totally self-taught way to program in Java , mainly for Android . I could use the opinion of those who know about memory leaks very well (For now this is what is making it harder for me...
asked by 17.10.2016 / 02:46
0
answers

How to run an application developed for android 4.2.1 in versions 5.0.1 onwards [closed]

Develop an Android application without problems in 4.2.1 and it runs well. The problem arises when I try to run the application in new versions, the app closes. I was reading about the compatibility of the Android versions and found that I need...
asked by 23.11.2016 / 19:03
0
answers

Because the range slider looks different on the computer and on the cell phone

Link to the trial application I have a mobile app that I'm doing with framewrok7 but the range slider that I use looks different in the PC version than the mobile version. Basically it is the circle or element that determines the positio...
asked by 08.09.2016 / 21:55
1
answer

Extends Service and Implements Activity in the same class || Android

I'm trying to make an Android app that hides both the notification bar and the action bar (back to the start, etc), so I had thought about creating a service that hides the action bar because the notification bar does not I have a problem but wh...
asked by 25.01.2017 / 15:41
1
answer

Google Maps does not show correct coordinates JQueryMobile

I am developing an Android application that uses the Google Maps APIs. The way to invoke and draw the maps is with Jquery mobile. The function is as follows: function mapas(opc) { $(document).on("pageinit", "#map-page", func...
asked by 03.10.2016 / 10:10
1
answer

Obtain the OneSignal userId in the IONIC app

I need to access the UserId of a pushnotification component with the OneSiganl plugin in an Ionic application. The provider where I do the initialization is called in app.component.ts. I create the service without problem and the notification...
asked by 26.01.2018 / 14:03
1
answer

create URL to redirect to a mobile application

how a URL is created to redirect to a mobile application. The url is sent to gmail or hotmail. But how do you create it? I have searched the internet but none works and others are very tangled. I'm creating the url from a php api.     
asked by 13.12.2017 / 17:47
1
answer

I need to implement some form of the user activating the gps, Xamarin CrossPlatform PCL

I have read that for security reasons this action can not be carried out even though there are applications that do so, such as Google Maps, in which if one enters the application with the gps deactivated, this application shows an alert with th...
asked by 30.07.2017 / 12:40
1
answer

Verify that mail was sent correctly using JAVA mail

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Texto = (EditText)findViewById(R.id.mensaje); Enviar = (Button)findViewById(R.id.enviar)...
asked by 29.07.2017 / 22:24
1
answer

Kivy Launcher: I can not create the / storage / emulated / 0 / kivy directory

To launch an application in Kivy Launcher, it puts me: No projects are available to launch. Please place a project in / storage / emulated / 0 / kivy and restart this application. Press the back button to exit Then I search for that dire...
asked by 14.04.2017 / 11:45