Posts by Elaine Breda Schwaner • 141 points
18 posts
-
0
votes1
answer219
viewsQ: Error translating strings previously marked as untranslatable
Hello, has anyone ever been through this? I checked some strings like Untranslatable in the Android Studio String Editor just to speed up the release. In this update, I opened again the Android…
-
1
votes2
answers53
viewsQ: Error using values string
Hello, I’m using string within values. Everything is working fine, but when the phrase is composed of something that comes from the bank (for example) and a string, it is putting numbers instead of…
-
0
votes0
answers83
viewsQ: Generate APK - error
Hello, I’m trying to generate signed APK and is giving error: Error:The number of method References in a . Dex file cannot exceed 64K. Learn how to resolve this Issue at…
-
0
votes0
answers403
viewsQ: Swipe Viewpager Tabs - alignment, icone color change, back to page 0 and shrink to Toolbar
Hello, I made in the code below a Viewpager with Tabs: In the code of Main: private TabLayout tabLayout; private ViewPager viewPager; SwipeRefreshLayout refresh; ParseUser currentUser; @Override…
-
1
votes1
answer88
viewsQ: Close Dialog opened inside the Recyclerview Adapter
I made a headline for my RecyclerView which, when clicked, opens a dialog. Some time later, started to give this error: Activity com.mypkg.myP has leaked window…
-
0
votes1
answer127
viewsQ: List within Spinner Layout
Hello, I wonder if you have how to put the list that is inside Spinner directly in the layout. Normally I do so: horario = new ArrayList<>(); horario.add(""); horario.add("Aberto Hoje");…
-
0
votes2
answers558
viewsA: Save Image with Better Resolution
Well, people, thank you very much to those who collaborated. I gathered them all and found a good solution for me. I couldn’t get the resolution of the photo taken from the camera to look good…
-
1
votes1
answer413
viewsQ: Send address to search in google maps
Hello, I ask for help on the following: I have a Textview with an address, I would like when clicked an Intent sending this address to search in the user’s own Google Maps App. I know I can use the…
-
0
votes1
answer220
viewsQ: Spinner with a call icon
Hello, I’m trying to make a spinner with the options: "Open Today" and "It doesn’t matter". In my layout, I do not want anything written and a clock icon to appear, when clicked, load the spinner…
-
0
votes2
answers349
viewsQ: Checkbox - how to check if at least 1 cbx has been selected
Hello, I have a set of 8 checkBoxs. Does anyone know how I check if at least 1 of them was selected? Thank you
-
0
votes2
answers402
viewsQ: Recyclerview Images with Problem loading images==null
Hello, everybody. I’m making a Recyclerview with a Textview and an Imageview that is loaded from the bank. The problem is when this image is null. Recycler View goes well into a certain part and…
-
2
votes2
answers558
viewsQ: Save Image with Better Resolution
Hello, I am saving images in the database. But the resolution is very bad. I am using the following: btncamera.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) {…
-
3
votes2
answers2053
viewsQ: Time comparison
Please, I’m trying to compare hours (like Open Now / Closed Now). But I’m not getting it. To save the current time, I’m using: object.put("h11", h11.getText().toString()); object.put("h22",…
-
2
votes2
answers831
viewsQ: Checkbox condition isChecked
Hello, I am using a Checkbox and I would like that if it was Checked, it becomes visible a Layout. I’m using the code below and it only works for when it is clicked, but I already want to leave it…
-
0
votes0
answers52
viewsQ: Recyclerview does not expand
Hello, Here’s the thing, I’m using two Recyclerview in parallel: <android.support.v7.widget.RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content"…
-
1
votes1
answer83
viewsQ: Two Intents starting the same Activity
I have a button to include a Hint and I have another button to edit the Hint already created. I would like to use the same creation activity, when it is for editing would pull the data already…
-
1
votes1
answer448
viewsQ: How to use the same onClickListener in more than one View?
I’d like to know the following, I have: ImageButton btneditarusuario; and a TextView editarusuario;, by clicking on either of the two starts the startActivity. You can group the ImageButton with the…
-
0
votes1
answer321
viewsQ: rating Bar does not get certain numbers (integer) of stars
Hello, I’m using a rating bar in android studio and I used the following in the layout: <RatingBar android:id="@+id/ratingBar" style="?android:attr/ratingBarStyleSmall"…
androidasked Elaine Breda Schwaner 141