Posts by Kaynan Coelho • 191 points
17 posts
-
0
votes1
answer45
viewsQ: Android Studio in Fedora with error: Ignoring Unknown package filter 'Platform-tools'
I’m trying to install the Android Studio in Fedora 23 and the following problem occurs: In the Installation Details Console: Ignoring Unknown package filter 'Platform-tools' In a Pop-up reporting:…
-
0
votes1
answer52
viewsQ: Catching Event Collapsing Toolbar Android
Is there any way to identify the Collapsingtoolbar Collapsing event? Type one onChangeCollapsingListener What I need to do is set the visibility of some screen components when the Collapsingtoolbar…
androidasked Kaynan Coelho 191 -
1
votes1
answer160
viewsQ: Slow Motion in Transition from Android Pager View
I’m developing an application Android, one of the functionalities requires having a Viewpager images, these images will be transitioning from one to the other automatically in a time interval I set.…
-
1
votes0
answers72
viewsQ: Login with Facebook on Android App
Good afternoon guys, I’m developing an application that requires logging in with facebook. But there is one detail: I need the support in the application for the android sdk in the 3.0 minino which…
-
2
votes1
answer1498
viewsQ: Android Web Radio Mobile App
Good evening guys, does anyone know any tutorial or ever worked how to make a radio web application? It will only stream audio streaming that is already online.
-
3
votes2
answers2833
viewsQ: Enabling Internet Connection in an Android App
I would like to know a way to identify if the android phone is connected to independent internet if it is mobile network of the mobile operator or wifi, and if not connected, I activate all…
-
1
votes0
answers729
viewsQ: API for reading OCR(Optical Character Recognition) with ANDROID
Good evening folks, I would like to know if anyone knows or has ever worked with an Api that provides OCR read solutions for Mobile platform. If possible list some for me. I thank you already.…
-
-3
votes2
answers670
viewsA: How can I make a variable wait for the user to press 1 of 4 buttons?
Case I: just put the "try" variable to receive the keyboard value. The loop will wait for the assignment. Ex por Linguagem: Language C scanf("%d", &trial); Java language Scanner scan = new…
-
3
votes1
answer224
viewsA: How to make graphic applications in C and C++?
Partner, this will help you: http://www.qt.io/developers/ Just studying, figuring out how it works and getting your hands dirty. QT is worldwide used for desktop software development, as it is also…
-
0
votes3
answers167
viewsA: What is the meaning of this definition of values?
What happens in this case is that you are calling the init() method and passing a json object as argument.
javascriptanswered Kaynan Coelho 191 -
0
votes1
answer1036
viewsA: What is the simple way to create a Webservice Rest from an existing Dynanic Java Web project?
Use the Spring Framework, handy, easy to implement and very handy. https://spring.io/guides/gs/rest-service/ If you want something more optimized for Hibernate, I have developed a library that…
-
-2
votes2
answers24209
viewsA: Bootstrap input width using form-inline
You can use percentage instead of pixels. Ex: style="min-width:50%;"
-
1
votes2
answers993
viewsA: What alternative website to Admob for the Android app?
Partner, Adbuddiz tbm provides monetization services for mobile applications. Confers: http://www.adbuddiz.com/developers…
-
-1
votes3
answers74
viewsA: Problem when creating project
To solve your problem you would have to read the error messages that appear on your console. But just in case, if you are a beginner in android development, I recommend you start using Android…
androidanswered Kaynan Coelho 191 -
0
votes1
answer40
viewsA: Mysql and PHP Base
In PHP you will work with the implementation of "SESSIONS" and "CONNECTION WITH THE BANK", it is only from a small search that several contents, as well as ready systems will appear to you.…
-
2
votes1
answer427
viewsQ: Graphics Generation Framework for a Desktop System in Java
Good afternoon, I’m developing a system desktop in Java and in it I need to provide data visualizations through graphs. I would like to know if anyone knows, has heard or has used any framework for…
-
0
votes2
answers432
viewsA: Merge using Hibernate without erasing other Java data
If you haven’t solved it yet, check your persistence.xml settings.. See if it contains this property: name="Hibernate.hbm2ddl.auto" value="update" If you prefer to use a tool I developed that makes…