• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Fetching 2 Data Sources

Im trying to make my app display 2 different kinds of array lists on another screen with my getMyIntent(). I need to have 2 Serializables but do I need a different bundle for the second list? How do I display it correctly?

public void getMyIntent() {
//Only have 1 intent not 2, 1 intent for one screen
Intent intent = getIntent();

Bundle bundle = intent.getBundleExtra("intentExtra");
Bundle bundleTwo = intent.getBundleExtra("intentExtraTwo");

Serializable bundleContent = bundle.getSerializable("bundleContent");
Serializable bundleContentTwo = bundle.getSerializable("bundleContent2");

DCollection dataCollection = (DCollection) bundleContent;

accountList = dataCollection.getClientArray();

for (int i = 0; i < accountList.size(); i++) {
String strI = String.valueOf(i);
forAccount.setText(strI);
}


CustoCollection custoCollection = (CustoCollection) bundleContent;

customerList = custoCollection.getPersonArray();

for (int i = 0; i < customerList.size(); i++) {
String strI2 = String.valueOf(i);
forCustomer.setText(strI2);
}
}
}

DOes Skydroid use data plan

When I have used Skydroid which is a fabulous golf app I have not incurred any data usage. It is recieving your position from satellites and all additional information from the app and the course information. As you move the satellites up date your position and adjusts your new distance to the green is calculated by the app.
Phew, after 8 years at least that's settled. :p
upload_2019-11-27_15-38-30.png


j/k Welcome to the forums @Mike Bradburn, what brings you here?

End of Life for S5

The S5 is still a viable device, but the lack of updates can be an issue with some apps as Mike indicated. Also depending on your usage and needs the storage and memory may not be sufficient (16GB internal/2GB RAM). I used my S5 for several years and was very happy with it, but earlier this year I realized it was time for something newer and got an S9.
You can probably continue using the S5 for a while as long as it continues to work well but its limitations will only become more obvious over time. I'd recommend looking around for a more current device.
When you do finally upgrade to a newer phone you can still make use of the S5 as a wifi device for plenty of uses, such as music streaming and various utilities. As one of the last mainstream phones with an IR blaster it can be used as a universal remote.

Catalina broke my IDE: Where are the SDKs?

I've installed the sdk on a Mac, though I've never found time to use it. I don't see why the platform would matter - unlike Apple, Google have no vested interest in forcing people to buy a particular computer in order to develop for Android.

I'm leaving Catalina for another month or 2 though - wait at least until Christmas, when I'll have time to deal with any problems.

Help Smart Lock on LG G4

I have an LG G4, model LGUS991, running Android 5.1.

Smart Lock used to work when I was at home or close to either my smart watch or car infotainment system. Now it's stopped, and I can't restart it.

Lock Screen/Screen Security/Smart lock says "Keep phone unlocked with trusted device or place." It show on-bodyy detection as on, my home as the trusted place, and my trusted devices as my smartwatch and both cars' Bluetooth systems. None of these work, however.

Security/Advanced Settings/Trust Agents shows only "Smart Lock (Google)" which is toggled On.

Help "Ali's webpage AD"

I also have Tutu App, Lucky Patcher, and a pro version of KineMaster I got online. I don't know if these are the problem.

I think either one of those could be the problem, as they do both come from China. I suspect they're probably using Alibaba's data mining and ad services for their monetization. Suggest you unnstall them.

As for Lucky Patcher, that's for doing theft, which is very much frowned upon here on AF. But I do suggest you uninstall it, as it might be the cause of the ads as well.

Up grade or not

I would have been perfectly happy with my Note 8 for another year, possibly longer but the battery was swelling on one side and pulling the phone apart. I don't know why as I am very careful with my phone. Samsung didn't penalize me though as far as trade in goes so I got the Note 10 Plus as replacement. The only thing I don't like is that the fingerprint scanner simply does not see my fingerprints at all. I have very dry skin and apparently have to apply lotion first...every time! That is just not practical. At least the scanner in my Note 8 worked..not great but better than this.
i peeled my protector and willing to have a perfect FPS experience.

Hi everyone, I have a question, I would like to pick your brains about something: I have the Note 8 and I am thinking about upgrading to the Note 10+, mainly for the screen real estate. I don't make a lot of calls, I don't really use the stylus a lot, I take pictures and videos, but not a lot. I do watch a lot, A LOT of movies and videos. I want to upgrade to the Note 10+ 512 GB. I want to get anybody's opinion. Is it worth getting the Note 10+, 512 GB? Will it perform better that the Note 8? If I trade it in, I will only get about $100 or $300 for it. I have T-Mobile. I believe they are having a promotion now. Any input would be appreciated. Thank you.
ANY NOTE IS BETTER THAN NONE.

Malware

(I put "antivirus" in quotes because there are no Android viruses. There is malware, but "virus" is a specific category of malware, and I hate it when developers misuse terms for marketing purposes.)
Me too. Of course, they're marketing straight to window$ users--those folks who believe that viruses are a nasty, but ubiquitous, part of using computers. :rolleyes:

Linux users, like us, know better. :D

Help how do i bypass antitheft screen lock

So this is protection against unauthorised SIM changes (which might be just a simple radio switch you ticked once and forgot about)? I'd expect that if you have a SIM PIN active it would ask for that every time you restart the phone (and I'd not expect a new SIM to have a PIN set).

Have you tried your usual lockscreen PIN or your Google password?

Filter

Back
Top Bottom