AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

classpath "io.github.prototypez:save-state:0.2.3" Example: ```kt class MainActivity : AppCompatActivity() { @AutoRestore private var someInt: Long = 0L override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) if (savedInstanceState == null) someInt = System.currentTimeMillis()...

For example, suppose I have tens of views to scroll through. If the user scrolled x/2 and a bit more, it will get to the X view.

wontfix

I get this: > Unable to load class 'org.gradle.api.internal.component.Usage'. Possible causes for this unexpected error include: > Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection...

When I perform the fling gesture (to scroll), the upper area gets scrolled and back: ![1](https://cloud.githubusercontent.com/assets/5357526/11680165/f42ffbce-9e5e-11e5-9a21-7276c15c7ad3.gif) Also, even when performing the fling gesture to the top, the upper area will...

Sometimes we would like to have our own very customized view to show in the popup. Please offer what you have today, with the nice alignment , auto-positioning etc... -...

On the native framework, if you drag-touch from the overflow menu, you can still select an item. This means a single touch is needed to show the popup till you...

enhancement
help wanted

Is loading from InputStream available? Currently we have this: Movie movie = MovieCreator.build(new FileDataSourceViaHeapImpl(filePath)); //We use FileDataSourceViaHeapImpl because it's using less memory and avoids causing OOM on Android But on...

I've seen [this repository ](https://github.com/dmide/AudioMetadataRecorder) showing how to do it using the mp4parser repository (meaning here). It works, but it uses an old version of the library ('com.googlecode.mp4parser:isoparser:1.1.22' instead of...

I've noticed the screenshots show civil and Persian calendars. Is it also possible to use Hebrew calendar (AKA Jewish calendar) ?

I get this: ![image](https://user-images.githubusercontent.com/5357526/36351701-829fecaa-14b6-11e8-8771-8eec32920b2a.png) As you can see, I've tried to update the gradle version, but it didn't help.