Questions tagged as 'app'

2
answers

error when using app: srcCompat

I have a problem using srcCompat in the following code <android.support.design.widget.FloatingActionButton android:id="@+id/fab" android:layout_width="wrap_content" android:layout_height="wrap_content" andro...
asked by 12.11.2017 / 20:51
1
answer

Problem with Full screen VLCJ

I have a program that shows a video in one of the windows and I can not make the full screen button (jButton3) work. package estanquet; import com.sun.jna.Native; import com.sun.jna.NativeLibrary; import java.awt.BorderLayout; import java.awt...
asked by 24.10.2017 / 00:39
1
answer

Development problems with android 7.x

I recently developed an application in Android Studio, this application has no failure running on Android 6.0 or earlier, but when installed on Android 7.0 or higher, the application launches a force shutdown. Any idea what it can be? Has any...
asked by 16.10.2017 / 19:53
1
answer

I have this error "ContextCompat does not exist in the current context" and a "PackageManager does not contain PERMISSION_GRANTED definition"

Hello, when I create the method, the error "ContextCompat does not exist in the current context" and a "PackageManager does not contain PERMISSION_GRANTED definition" .. know if I should add any special directive. Thanks METHOD private voi...
asked by 28.08.2017 / 20:56
0
answers

Push Notification Problem with Firebase

I'm using Firebase's notifications service to receive push notifications in my APP, the problem is when the application is in the background or dead, if the notifications arrive but they do not look like I built them (I assign a small icon, larg...
asked by 15.07.2017 / 02:05
1
answer

Can you update records in sqlite on all devices that have the app installed?

I'm doing a project in Android Studio using a sqlite database and I want to know if after installing the app on several devices, can you update the data in that database so that all the users that have installed the app can perceive those change...
asked by 06.06.2017 / 18:42
0
answers

Topic payment, problem when receiving the payment notification

I have this code in C #: if (topic.Equals("payment")) { Hashtable payment_info = mp.getPaymentInfo(Request["id"]); var idOrde = ((Hashtable)((Hashtable)payment_info["response"])["collection"])["merchant_order_id"].ToString();...
asked by 09.05.2017 / 02:02
0
answers

create uncrud localstorage and mysql

Good morning I need your help, I'm making an application type of saved notes, that allows me to save the notes in the localstorage as in a mysql so that if the application is deleted you can keep the data on a server and thus never lose the s...
asked by 09.04.2017 / 18:36
1
answer

Core Data on iOS9 and iOS10 simultaneously

Good afternoon, I have a question about Swift (and Xcode), related to Core Data. The problem I have is that I am doing an app with Swift 3 in Xcode 8, and this in principle supports iOS9 and iOS10 but when instantiating the appDelegate and th...
asked by 23.04.2017 / 20:05
0
answers

Problems with layout of a list

I'm doing an app on android. It is a Quiz style application with only one correct answer. I have this layout in question but what happens is that I overlap the answers. Those that are long are not seen at all and are covered by the following opt...
asked by 22.01.2017 / 11:48