Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Android

0 votes
229 views
1 answer
    I got struck because of IllegalStateException in the following code. Can anybody please help me? Code: import ... : Content has been consumed See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
245 views
1 answer
    In Nougat, this function is not working. String path = getRealPathFromURI(this, getIntent().getParcelableExtra(Intent. ... . So please help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
779 views
1 answer
    i'm trying to set the height of recycler view on wrap_content and make it respect that,but it ... /android.support.constraint.ConstraintLayout> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
724 views
1 answer
    Goal is to read the values of a bluetooth LE heart rate monitor. Using google's sample, I get private void ... to work with the current API? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
477 views
1 answer
    In the developer console I get more and more a native crash in abort. This occurs ONLY for android 8.1 ... would help to find a workaround! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
293 views
1 answer
    i'm trying to develop a simple pie chart class for android. For now, it can take a map of labels and values ... since i'm new to Android dev. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
337 views
1 answer
    I am confuse for lateinit and nullable variable, which one to use for variable. lateinit var c: String var d: String? ... ) { //do some stuff } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
426 views
1 answer
    I'm a developer and i was thrilled when I was watching Google IO 2013 and learned about the new Beta testing ... the Production phase and so on. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
391 views
1 answer
    As far as I can tell, there are two ways to show a Dialog from an Activity. Create the Dialog (for example, ... to use Dialog.show, and why? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
336 views
1 answer
    I have problem with google maps BitmapDescriptor while creating icon for MarkerOptions using VectorDrawable, API 5.0+ ... answer is still fine. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
436 views
1 answer
    I have a staggered grid that has 2 columns. This is working. What I want is at position 0 for the row to ... the last row of the RecyclerView. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
349 views
1 answer
    How do I prevent a TextView, or any visual object, from wrapping to the screen and instead have them chopped ... really want this: Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
408 views
1 answer
    I'm using the new Android Testing Support Library (com.android.support.test:runner:0.2) to run ... . InstrumentationRegistry.getTargetContext()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
289 views
1 answer
    Currently, with a FragmentActivity, I toggle among 2 type of Fragments using the following code. private ... s/jok9tz5ktvfcteo/viewpagerbug.zip See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
279 views
1 answer
    The main problem is the splash screen appears after 2-3 seconds. Before splash screen a blank layout ... MainActivity" > </RelativeLayout> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
492 views
1 answer
    I have one entity in room @Entity(foreignKeys ={ @ForeignKey(entity = Label.class, parentColumns = "_id", ... room) using room library. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
225 views
1 answer
    What should I do to get my content provider to return the _count column with the count of records? The ... seems not to return it. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
420 views
1 answer
    I'm using the RecyclerView like below: <android.support.v7.widget.RecyclerView android:id="@+id/list" android: ... touch the row.... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
458 views
1 answer
    I have an existing app on the PlayStore. I am releasing new version of the app as staged rollout. However, I ... error. Anyone else faced this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
545 views
1 answer
    I have a fragment: class MyFragment : BaseFragment() { // my StudentsViewModel instance lateinit var viewModel: ... get rid of it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
654 views
1 answer
    How can I get the height of an AppBar in Flutter? I am using the MarialApp Widget ('package:flutter/ ... MediaQuery.of(context).size.height; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    In an app I am working on, I have several ImageButtons. Each ImageButton has a background and content in the ... for other rows </LinearLayout> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
241 views
1 answer
    I select everything in the new 3.2 update but then I get the error message "done. nothing was installed" after ... 1' which was not installed. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
321 views
1 answer
    When i am trying to compile a imported project from github, my gradle build always fails with the following ... know why this error occures? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
316 views
1 answer
    Background I'm making a live wallpaper that can show a video. In the beginning I thought this is going to be ... width/height only if too large. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
314 views
1 answer
    I am getting this strange error on the first line of each file in my Android Studio. Everything was OK until ... and run my code successfully. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
284 views
1 answer
    I'm using in a settings.xml file a ListPreference. I want to show the user a list of 3 options to ... for a ListPreference entries and values? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
197 views
1 answer
    I have a task which involves integration of a video decoder into Stagefright(Android's multimedia framework). I ... same. Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...