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

Screenshot notification tile exclusive to 11?

.Very curious since Nokia returned my Nokia 7 Plus (on Android 10) with new hardware 2 weeks ago. It had a new Screenshot tile following a 1.4Gb update that was waiting.
At that time the 7 Plus was down to get Android 11 with the September patch according to sites / forums but now it's not going to get it. I'm up to September since last week. I guess the 1.4 gb install related to the replaced board/s.

Anyone have a Screenshot notification tile on Android 10 on a fairly stock device?

Is there any way to put a ViewPager2 inside an AlertDialog?

I'm losing my mind. Spent over 5 hours rearranging code thinking I was one step away from fixing the issue due to being able to have half the functionality with one parameter change, and the other half of the functionality with a different parameter. I WAS WRONG. NOT CLOSE. I'm hoping you guys can help me.

I'm trying to put a ViewPager2 inside of an AlertDialog that's inside of a RecyclerView. I was going back and forth between having the AlertDialog have the .xml with the ViewPager2 scrolling functionality with the save button not working to dismiss dialog, to having the .xml load, save button work, but no ViewPager2 scrolling. Here's my code for the latter:

editItem()
Code:
{
final AlertDialog.Builder alertDialogBuilder;

inflater = LayoutInflater.from(context);

final View contentEspressoList = inflater.inflate(R.layout.content_espresso_list, null);
//final View view = inflater.inflate(R.layout.activity_espresso_list, null);
final View editItemPageView = inflater.inflate(R.layout.edit_item_page, null);

viewPager2 = (ViewPager2) contentEspressoList.findViewById(R.id.editPager);

alertDialogBuilder = new AlertDialog.Builder(context);

//viewPager2.removeView(viewPager2.getRootView());

alertDialogBuilder.setView(editItemPageView);

final AlertDialog dialog = alertDialogBuilder.create();

viewPager2.setAdapter(new EditViewPagerAdapter(dialog.getContext()));

dialog.show();

saveButton.setOnClickListener(new View.OnClickListener()
{
    [USER=1021285]@override[/USER]
    public void onClick(View v)
    {
        dialog.dismiss();
    }
});
}

EditViewPagerAdapter.java
Code:
public class EditViewPagerAdapter extends RecyclerView.Adapter<EditViewPagerAdapter.ViewHolder>
{
    private String mName;
    private LayoutInflater mInflater;
    private Context ctx;

    public EditViewPagerAdapter(Context context)
    {
        this.ctx = context;
        this.mInflater = LayoutInflater.from(context);
    }

    [USER=1021285]@override[/USER]
    public ViewHolder onCreateViewHolder(ViewGroup parent, int viewType)
    {
        View view = mInflater.inflate(R.layout.edit_item_page, parent, false);

        return new ViewHolder(view);
    }

can you give me some advice on the best camera phone with excellent autonomy under 600 €?

Under € 600 excluding the note 10 (which I don't like the display) the best alternative as a main camera is the mi 10 right?
because I believe that the only alternatives are: samsung S20 FE 5G, mi 10, p30 pro
Based on the main one with pixel binning we have:
- Mi 10 = 27MP, f1.7, 1 / 1.33 ", 1.66um
- p30 pro = 10MP, f1.6, 1 / 1.7 ", 2um
- FE 5G = 12MP, f1.8, 1 / 1.76 ", 1.8um
In theory the best should be the mi 10 which has a larger sensor size and higher resolution, right?
Because it is true that the p30 pro / FE 5g have a larger individual pixel size ... but the sensor size should be more important, right?
(all this speech excluding the software for now)
Thank you
.
Sorry I used google translate: autonomy = battery life

Quick Checkers: Epic features and recommended winning strategies

Played for thousands of years, checkers, otherwise known as draughts, is one of the oldest and most popular strategy board games in the world.
A game whose origins date back 3,000 B.C.E in the ancient city of Ur, checkers was originally played 1v1 on actual tabletops.

However, with the current cutting-edge technology at our disposal in the form of smartphones and the internet, checkers can now be played anywhere at any time thanks to Quick Checkers—an online checkers game that can be downloaded

Trying to install TWRP but 'waiting for any device'

Hi. I have my phone set to Developer and USB Debugging enabled. I have a folder on my PC which contains 'minimal_adb_fastboot_1.4.3_portable' and a TWRP.img.

I've opened a cmd window as Admin and the command 'adb devices' brings up an attached device. The next command, 'adb reboot bootloader', gives me the 'android on back with belly open' picture plus a load of text which I think is the bootloader.

So far so good, but when I then enter 'fastboot flash recovery twrp.img' the cmd screen says <waiting for any device> and stays that way. The phone eventually changes to the battery charging screen and turns off. I have to disconnect it from the PC and then it powers on as normal.

Any ideas as to why I can't install TWRP? Thank you so much.

Notebook to android to projector?

My school's technology is a little backwards. I have to move my computer to the front of the class, plug the projector's hdmi cable into the computer and wait. My ultimate objective is to leave my computer on my desk (front area is too crowded, and an accident waiting to happen) and control the presentations via my android mobile phone. The projector is mounted to the ceiling. It is a Sony XGA with an hdmi, vga, usb and network ports. I would like to connect an android tablet to the projector (leave it up there permanently - hopefully the usb port can keep the tablet charged and then transfer ppt files, videos, etc by wifi from my notebook to the tablet and then control the app via my android phone. Can this be done?

Help Getting Chinese Vivo X9 to work in US

I was given a used, several-years-old Vivo X9 phone that was originally bought and used in China. I’m in the US and want to know what (if anything) I can do to use it here.

I transferred my (fairly old) Verizon SIM card to it (from my current phone: an iPhone 6S), but when I tried to make a call or text it didn’t work, though it did register my phone number and contacts. The phone is supposedly unlocked.

Also, is there a way to install the American/global OS on it? The Vivo website says you can’t, so I assume it will require rooting (if it’s even possible).

This is the first Android device I've ever used, and I don't have any experience with non-US devices or jailbreaking/rooting phones, so I'm nor sure where to start. Though I have a feeling that it might be better just to get a new phone...

Thank you in advance!

Upgrading from Android 6

Hi. My Moto E 2nd Gen LTE (SKU: XT1524) is kept mainly for online banking (most banks send a code to a phone before you can do anything on their website). Today, a message from my bank tells me they'll soon stop supporting Android 6 and that I would need Android 7 or better.

The Moto E is an old phone and probably pretty basic. Could it handle Android 10 or would I be better sticking with Android 7?

My next question would then be: can anyone suggest a proven ROM for this phone (be it Android 7 or whatever it can handle)?

Many thanks for any advice offered.

Filter

Back
Top Bottom