Posts by Biellx • 461 points
17 posts
-
4
votes1
answer82
viewsQ: What library do I use to send notifications?
Hello, I’m developing an app where patients have left it in the background or even open, and when the patient’s turn arrives, the office sends a notification saying it’s his turn. Do you have a…
-
1
votes2
answers560
viewsQ: Xamarin.Forms Relative Layout Xaml
I’m trying to create a screen that has an image at the end of the screen and above it is the login buttons, like this one: with the yellow rectangle below and the buttons above it. but I can’t do…
-
1
votes1
answer101
viewsQ: Xamarin.Forms configuration
Good morning! I’m trying to build an application Xamarin Forms in a windows 8.1 When I installed the xamarin and try to start a project, he asks me to add a MAC. Is it necessary to add it? and if it…
-
2
votes1
answer660
viewsQ: Ui-route More than one view
Hello, I work with angular, and I’m using UI-ROUTE I’m trying to put two views on the same page and n with you. Here’s how I want the views to appear: When I click on "My registration data" it is…
-
3
votes1
answer963
viewsQ: Ui-Routes get logged in user id
I’m using ANGULARJS/UI-ROUTES, and currently my application after logging only gets the email, I need to also come the ID of the logged-in user. The question of the routes I can, the problem is that…
-
2
votes1
answer60
viewsQ: Banner Rotary
Hello, use Angularjs and wanted to put it to change the slides from 10 in 10 sec. I’ve tried a few codes and I couldn’t. Anybody got a tip? Here comes my controller. (function () { 'use strict';…
-
0
votes1
answer1909
viewsQ: Asp.NET + Pagseguro
Good morning, I arrived at the moment you need to add the forms of payment. and I want to put Pagseguro. What’s the first step to doing this? Where do I have to implement the pagseguro classes in my…
-
2
votes1
answer60
viewsQ: Toolbar repeating
Hello, I’m having a problem, my Toolbar is repeating every time I add a new record. how do I fix it? follows the codes: public class ListarReportes extends BaseActivity{ Usuario usuario;…
-
3
votes2
answers81
viewsQ: Toolbar is behind the Layouts
Hello, I am developing a home screen, and has 1 Toolbar and 2 linearLayouts dividing the screen into 2. The problem is that Toolbar is "behind" the layouts and does not appear when it runs. how I…
-
3
votes1
answer1618
viewsQ: Split layout in 2 columns
I have my home screen code that needs to be divided into two equal parts. How I share a linear layout in two columns of equal size?
-
1
votes2
answers271
viewsQ: Linear Clickable Layout
How do I make my layout clickable? For example, I divide the screen into 2 layouts, 1 green with 50% of the screen and the other red with the other 50%. How to make them clickable?
-
1
votes1
answer1538
viewsQ: Validate Login with Sqlite
I have a problem in the logging method, it is logging in with both the right login and password as with them wrong. When it logs in with wrong login the user id goes as 0 and if it logs with the…
-
4
votes1
answer533
viewsQ: Method Invocation may Produce Nullpointerexception
I’m using geocoder to turn the Edit text address into Longitude and Latitude. Then he’s doing it right and saving in the bank the lat and lng, but he gives an Exception that does not cause any…
-
4
votes1
answer1412
viewsQ: How to create a new Build.Radle?
Since I imported my project from github, I’m trying this error: Migrate Project to Gradle? This project does not use the Gradle build system. We recommend that you migrate to using the Gradle build…
-
1
votes0
answers63
viewsQ: Googlemap move camera from map to certain location
I added the map to Fragment, it is already appearing, I even added a random marker with the map starting on it. the problem is that now I am using the Geocoder. I put the address in edittext and it…
-
1
votes1
answer208
viewsQ: Register product for logged in user
I’m getting the object through Activity's using putExtra and returning on the other screen with the getSerializableExtra. I’ve already created the fk id_usuario in the product table for the field…
-
1
votes2
answers588
viewsQ: Pass Activity object id to another
I’m trying to pass the id from my object to another activity using Serializable, but it’s returning to me a damn mistake that I can’t fix. Obs: my object already implements serialiable My code is…