Questions tagged as 'mobile'

0
answers

Android Upload image in string to c #

I'm sending images from Android to the server in C # but when I try to do the conversion it makes an error in this conversion. In android I make this conversion: ByteArrayOutputStream stream = new ByteArrayOutputStream(); bitmapPhoto.compr...
asked by 31.01.2018 / 02:32
1
answer

Error react-native run-android

I installed the react-native-cli , android sdk and the android emulator . I was able to do the init project but when I run the react-native run-android command it shows the log:    Scanning 577 folders for symlinks in D: \ dev \ git-re...
asked by 13.12.2017 / 15:06
0
answers

Save 2 templates in the same firebase id

I have 2 models, the delivery and the vehicle, I need to save the data of the two models in the same%% of the database, I did the following, I used the vehicle. id but did not save: private void cadastrarEntregador() { autenticacao...
asked by 09.12.2017 / 23:01
1
answer

Querying data by single input ID - AJAX

I'm developing an application and in it, I have a method of searching clients by name, right at the beginning, I collect basic information for each client. Follow the code: function atualizaGrid(){ if ($("#filtrar").val()) filtro = "/"...
asked by 08.10.2017 / 00:46
0
answers

Ionic Connection Problem

Good morning, I have a project in ionic, which for 2 days I can not get past the initial screen due to a connection error. However, I did not change the config files, and I have another version of it, in the play store, which it usually conca...
asked by 29.09.2017 / 13:20
0
answers

When not to use Realm?

In some Benchmark tests, comparing Realm with SQLite and a few other ORMs according to link we can see a much superior performance compared to the other database. So here's my question: When not to use Realm? Why is your performance cons...
asked by 05.10.2017 / 16:12
0
answers

More than one type of layout in a ContentPage

Is it possible to have more than one Type of layout within a ContentPage? I'm developing an app, and it needs a top bar with a few buttons and a listing of names. How can it be done?     
asked by 03.10.2017 / 01:03
1
answer

Jquery Ajax not working properly in Browser Mobile as well as in MacOS [closed]

The following code works perfectly in the Windows 10 Browser, but it does not work in the Android / IOS mobile browser completely, and MacOS gives a message telling the user that it is not working well. The problem seems to be in: success: fu...
asked by 18.08.2017 / 06:47
1
answer

Make website in appmobile available in playstore [closed]

I need a quick fix for an urgent need, I would like to create a website with web languages, and make it an android app and make it available in the playstore. Has anyone done, or tells me which tool or method of code to use ??????     
asked by 28.06.2017 / 18:27
1
answer

My device does not update when making a change in the ionic code

I have a problem, when I make a change in the application type code to put a color or a title of something, in my device does not update, but in the browser yes, put a wave on the home page and my cell phone does not appear this new line inserte...
asked by 13.07.2017 / 17:54