Questions tagged as 'app'

1
answer

Implementing recaptcha in an Ionic app

I tried to use all the plugins that I found of verification (captcha) within my application. I'm using the Ionic framework. I would like to know if there is a plugin that works inside the html code in that case. Some of which I tried to imple...
asked by 13.07.2017 / 20:07
1
answer

Upload app to Apple Store

I'm trying to upload an app in the apple store using xCODE 8, but I get the message that it's no longer possible to upload to the apple store using xCODE 8. So I researched it, it's possible to upload apps using only version 9 or higher. Can any...
asked by 14.09.2018 / 13:34
1
answer

Error creating application with create-react-app

I installed the create-react-app all right, but when you tried to create a project using the hello-world create-react-app command it gives the following error: C:\Users\j.santos.da.silva\Desktop\curso-angular>create-react-app hello-world...
asked by 12.06.2018 / 17:39
1
answer

Creation problem Android Application - Java

I need to ask a number of questions, for a problem that was imposed on me, regarding the creation of an Android application in Java. To describe the circumstances, I am creating an app to serve my college football league. The whole "functiona...
asked by 12.02.2018 / 23:04
2
answers

React Native - Pass data to another component

I'm having a question, I'm starting with react native and I'm building an app that contains some components and uses react-navigation. The question is: From this component that renders several items, when I click I want to receive this data i...
asked by 05.02.2018 / 22:28
1
answer

Android: Listview loses information / status when the app is placed in the background [duplicate]

Good afternoon, I have an android application that fills a listview with certain information, and in this listview there is a validation that aligns the line color according to the priority of each record (eg yellow = 1, green = 2, etc ...)...
asked by 17.01.2018 / 14:10
1
answer

How to center the CSS menu

I have this project here to create the structure of an application, but I can not centralize the menus at all. I would also like the page to be responsive. Follow the code: *{margin: 0; padding: 0;} body{ font-family: arial, h...
asked by 16.11.2017 / 21:19
1
answer

How to do a deserialize on a Json with C-sharp

I have the following code private void WbRanking_DownloadDataCompleted(object sender, DownloadDataCompletedEventArgs e) { RunOnUiThread(() => { string json = Encoding.UTF8.GetString(e.Result);...
asked by 05.10.2017 / 19:11
1
answer

Create buttons in a grid layout

I would like to know how to do an activity as a grid menu ... What kind of layout is most advisable? A relative , linear, grid or table ? Example of what I need: No need for banners, just the menu.     
asked by 28.08.2017 / 15:12
1
answer

Error in adb.exe when running "ionic cordova run android --device"

I'm trying to run my app on my phone and it gives this error: Until yesterday it was working and had already tested on the cell phone several times. When I updated the ionic it started to appear this adb.exe message. I have everythin...
asked by 14.07.2017 / 15:17