Questions tagged as 'mobile'

0
answers

Activity enters onPause only the first time it is called

I have an activity of RequestCad that calls a ProductCons, follows code to open ProductCons: Intent intent = new Intent(PedidoCadActivity.this, ProdutoConsActivity.class); intent.putExtra("activity", "pedidoCad"); startActivityForResult(inte...
asked by 28.12.2015 / 17:45
0
answers

Problems menu side-bar

I am having problem in my side-bar menu, as it is not allowing scrolling the menu down when the app installed on the mobile. In the emulator it just allows me to scroll with the mouse (scroll). The code for my menu is as follows: &...
asked by 08.01.2016 / 11:58
1
answer

How to pause a progress of a Notification?

There is a ProgressBar in my notification that works like this: new Thread( new Runnable() { @Override public void run() { int incr; // Do the "lengthy" o...
asked by 31.12.2015 / 05:10
0
answers

Problem assigning an ArrayAdapter within an OnClick

Method: spnCondPagamento.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { List listaCondPagamento = new ArrayList<>(); for (int i = 0; i < condPagDao.getListaCondPagamento().size(); i++) { list...
asked by 24.12.2015 / 14:22
0
answers

Android - How do I send an Audio to an FTP server?

I'm creating a Wall where people can send text and audio messages to a php server, text messages and the mural work perfectly, but I have no idea how to store recorded audio and send it right away . I saw some examples on the internet and I'm...
asked by 18.12.2015 / 18:32
1
answer

Mobile application making calls in Delphi

Would you like to know if it is possible to make calls with a mobile application built in delphi? If it is possible to show an example of how to implement.     
asked by 23.12.2015 / 21:29
0
answers

how do I solve accentuation errors when sending an Android message to an API in php

Folks, I'm having trouble sending strings with accents and strings with 2 lines or more. When I send without an accent or with only one line, it usually accepts, however, when I send with an accent, it gives the error. I've already used an AP...
asked by 27.11.2015 / 20:37
1
answer

Redemption with JQuery

I'm trying to put a responsive menu on my site, I need it when the screen is resized to a certain size it becomes responsive and when it increases again it goes back to the "normal" div $(function () { var detectViewPort = function(){...
asked by 22.10.2015 / 17:56
0
answers

My responsive site does not load on mobile

I need help already trying to search everything that is place. My site is responsive (www.sdalimentos.com.br), but when I try to load it through my cell phone it returns as not found. I need help, I've already put the metaport viewport and nothi...
asked by 03.10.2015 / 17:40
3
answers

Iframe dynamic mobile

I need to generate a iframe dynamic when I click a button on a div for a mobile application only when I try to load this same iframe using the Onload method in the Body it does not load automatically and only when I refr...
asked by 31.08.2015 / 15:19