Posts by Faro • 355 points
23 posts
-
1
votes1
answer117
views -
1
votes0
answers208
viewsQ: How to receive messages from firebase console on android in the background?
I have an app that sends notifications from the firebase console and my notifications don’t arrive on my phone when they’re in the background but when they’re in the foreground with the app open the…
-
2
votes0
answers100
viewsQ: Error: Variables debug info not available
Whenever I try to "debug" with Android Studio this error appears: "variables debug info not available". Code in the Gradle: apply plugin: 'com.android.application' apply plugin: 'kotlin-android'…
-
1
votes1
answer227
viewsA: How to add Firebase data to a Recycleview and show on Android screen with Kotlin?
I simply left the Shop class (responsible for the pojo) without using the arguments to get the Firebase information with onDataChange(). data class Shop (val name : String, val subTitle: String, val…
-
1
votes1
answer227
viewsQ: How to add Firebase data to a Recycleview and show on Android screen with Kotlin?
How to bring this fire list to the cel screen? val store = Shop("Fique Linda", "Temos o melhor!", R.drawable.storefiquelinda) val dataBase = FirebaseDatabase.getInstance() val myRef =…
-
0
votes1
answer414
viewsQ: How to search Searchview actionbar for Recycleview data using Kotlin?
Follows code below: class MainActivity : AppCompatActivity(), SearchView.OnQueryTextListener { var list = ArrayList<Shop>() var adapter = ShopAdapter(this, list) var imageModelArrayList:…
-
0
votes1
answer195
viewsQ: How to recover the status of a button with Sharedpreferences on Android/Kotlin on multiple screens?
Friends, I have two activitys, at first I have a sound button on and off and at second I have some buttons like a name button A and when clicked it should know what the state of the sound button is…
-
0
votes1
answer77
viewsQ: Error creating class reference and concatenating methods in Swift
Good night. I have two classes and created an instance referencing the parent class calling its method and the same does not run and shows the following sentence: "Swift Expressions are not allowed…
-
1
votes1
answer681
viewsA: How to browse different screens in Swift using the didSelectRowAtIndexPath method?
With the addition of self.performSegueWithIdentifier("detalhe", sender: self) within the didSelectRowAtIndexPath, I was able to solve the problem. Follows updated code: import UIKit class…
-
0
votes1
answer681
viewsQ: How to browse different screens in Swift using the didSelectRowAtIndexPath method?
I need you to click on one of the positions of array, the same goes for a specific screen. didSelectRowAtIndexPath method shows black screen and not the screen it should. Follow the code I made…
-
1
votes1
answer53
viewsQ: How to work with Uilongpressgesturerecognizer on Swift using tables?
I need that when the user presses the table cell an alert with information appears. Follows code import UIKit class MyTableViewController: UITableViewController { override func viewDidLoad() {…
-
0
votes0
answers776
viewsQ: Cordova: You may not have the required Environment or OS to run this project
Two days I’ve been trying to figure it out but I haven’t been successful. The command used was the "Cordova run android" Below is a message that appears when I try to run Cordova on device: ERROR…
-
1
votes0
answers174
viewsQ: Websql, Mongodb or Sqlite3, advantages/disadvantages of each when used with Phonegap?
Considering the use in Phonegap what are the advantages/disadvantages of each.
-
0
votes1
answer1135
viewsQ: Problem with "phonegap run android"
Having environment configured, and using the command "phonegap run android" I have the following error: [phonegap] executing 'cordova run android'... [phonegap] completed 'cordova run android'…
apache-cordovaasked Faro 355 -
3
votes2
answers7594
viewsQ: How to use the $.ajax function date parameter
It is possible to send two JSON at the same time as the parameter value date jQuery.ajax()? Is there any way to call these two arguments, since I need to call these two json and show on screen?…
-
-1
votes1
answer738
viewsQ: Load url with $.ajax and use token
O código seguinte não carrega url. O que está errado? var token = "XfdfdffddfdfdfferrrrrrrrrrreeeeeeeeeeJ777K"; var url = "https://producao-talcoisa.com/api/Produto/PesquisarConteudo/"; $.ajax({ url…
-
2
votes1
answer115
viewsQ: Knockoutjs does not work
Code: <!DOCTYPE html> <html> <head> <script type='text/javascript' src='js/knockout-3.2.0.js'></script> <meta charset="UTF-8"> <title>Title of the…
-
0
votes1
answer423
viewsQ: Visualisar box interface in virtualbox
How to use the virtual machine interface, not just the command terminal? Follow the link to my vagrantfile: https://gist.github.com/anonymous/fbd8f17a0a85ff4c223c…
-
1
votes2
answers830
viewsQ: problem with namespace when running project
I cannot make this code run, I am starting with namespace and would like to give me a tip to continue my studies. First class <?php namespace view\classes; class View { public function…
-
-1
votes1
answer95
viewsQ: Android API used for program that cuts music
Which Android API to use for editing and cutting music? follows a link from an android app that does this: https://play.google.com/store/apps/details?id=com.herman.ringtone&hl=pt_BR Look forward…
-
3
votes4
answers5487
viewsQ: Problems with installing Android Studio on Fedora Linux
A few days ago I try to install the Android Studio editor on Fedora linux and I can’t. I searched in some tutorials, websites, google and could not find a solution to deal with the error below:…
-
-1
votes4
answers271
viewsQ: Does the secure API depend entirely on the developer or platform?
What challenges does the programmer face to make his API completely secure? When I talk about security I mean directly if the application exposes customer information or even makes your application…
-
2
votes3
answers400
viewsQ: Refactoring with eclipse
By itself the eclipse already has the necessary for refactoring or you would indicate some tool to attach to the eclipse editor and use it more accurately?