Skip to content
#

Android

android logo

Android was designed and built by Google in 2008. The operating system is written mainly in Java, with core components in C and C++. It is built on top of the Linux kernel, giving it incorporated security benefits.

Here are 60,938 public repositories matching this topic...

flutter
remcomokveld
remcomokveld commented Nov 2, 2016

Since a good architecture serves to make it easy to swap implementations I think it would be nice to have one or more samples which demonstrate how a data source implementation using a combination of a remote api, and a local sqlite database can be replaced with a realtime database.

I am not sure yet how it would be possible to run the same espresso tests in such a sample since mocking the fire

equinoxel
equinoxel commented Oct 20, 2015

I've got a situation where I need to log in and then fetch useful data. Unfortunately, the login is via a form and the site times out pretty fast. Therefore, I'd need to perform two (or more) calls in sequence (i.e. make sure the login call finished before executing the second one). So far I came with 2 variants:

  1. enqueue the second call from within the onResponse() of the first one
  2. Use Obs
supernovae01
supernovae01 commented Dec 28, 2018

I have a Nvidia Shield TV running Oreo. I upgraded from v4.5.7 to the latest v4.6.4.
Immediately after upgrading, I noticed there were no way to add server information manually. And the import function does not seem to work either. These combined, practically rendered this release unusable. I have reverted back to v4.5.7.
The UI design in the new TV dedicated version is so much more user friend

eicm
eicm commented Jun 11, 2015

I was taking a look on RecyclerView integrations and ListPreloader implementation. If I haven't missed anything simply changing RecyclerToListViewScrollListener.java class to get the correct firstVisible, visibleCount and itemCount should be enough to create infinite scrolling for any other type of LayoutManager. Would you please correct me if I'm wrong.

fastlane
leakcanary
pyricau
pyricau commented May 21, 2019

When the common part of a leaktrace uses data structures that rely on linked lists (e.g. LinkedHashMap) then the leak trace has a different size for every leak, despite being the same, which prevents good grouping.

There should be a way to transform the subset of the leaktrace that forms the group into a synthetic version that always ends up being the same. We'll need this for hashing but also

jef-pearlman
jef-pearlman commented May 24, 2019

In Windows 10, if you launch scrcpy with -f (full screen), and switch windows (e.g., with alt-tab) before the scrcpy window opens, then the scrcpy window stays on top even if you haven't used the -T (stay on top) option.

Focus does not transfer to the new scrcpy window, meaning you can still type in whatever window you were using, but it will be hidden behind the scrcpy window. You can also

scwang90
scwang90 commented Jul 20, 2017

本 Issue 仅限作者维护,其他人不要回复,这里不是提问的板块

- 常见问题文档版

//禁止上拉加载:
refreshLayout.setEnableLoadmore(false); 
//使上拉加载具有弹性效果:
refreshLayout.setEnableAutoLoadmore(false); 
//禁止越界拖动:
refreshLayout.setEnableOverScrollDrag(false);
jkappel71
jkappel71 commented Aug 13, 2015

Say you have a data entry form that a user has filled out, but they have not filled out all required fields. Pressing the back button (on android) causes the app to go back, no way to cancel it at all. If the form is not properly filled out, you can't save the data so it's just lost.

We need to be able to respond to the onNavigatingFrom event in some manner that will cause the navigation event

Created by Google

Released September 23, 2008

Organization
android
Website
www.android.com
Wikipedia
Wikipedia

Related Topics

expo ios-simulator expo-standalone
You can’t perform that action at this time.