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

Data Usage

You just answered a question asked 9 years ago. Pretty sure MyMetro didn't exist then - MetroPCS wasn't even part a part of T-Mobile at the time.

I noticed after I answered a few other questions and I csne back and saw the date , but my metro did have my mymetro 9 years ago if memory serves correct they have always had the app since they transitioned to smart phones (touch screens) I been with metro since 2003 , cheers

Why am i being logged out and having to relogin into my account alot..is this a bug?

Why don't you clear cashe and data..then uninstall and reinstall the app..see what happens..

If that doesn't work, get rid of the app and rather use the forum in the browser..I'm sure you won't have that problem in the browser..

For me was opposite the problem..I didn't want the browser to remember I was logged in..now I was able to fix it..the browser currently asks me every times to log in..difference is that I sign in with my finger print..that's why I didn't want it to remember it..I want to be able to use the finger print as much as I can..
I wish but chrome is pre installed as an app and have done that multiple times and.nothing works

Android ZTE 971 will record pictures

I don't know where to find a location of the default save folder. my photos were saved to my SD card usually in a folder called Camera. I don't appear to have a Gallery app or a google photos app. I have an app called "Photos."
' I have photos under "Images" in a "file folder " app. Three days ago It stopped saving pictures, now I get a white square that if I click on it tries to load. I deleted many of my pictures and 90% of the sd card is free space. I don't use Google anymore than I have to. It emptied the cache on the apps-- Camera and Photos. That when I started getting the white square, before no picture, no preview. There is still no picture other than the white square. All this started 4 days ago. I don't know why it is doing this.
Who set up your phone for you? The Camera app typically is set to use internal storage by default as a microSD card is a user optional matter so someone must have changed the default save location at some point. It might work out better if you contact them again, have them look into what is going on, and fix the problem(s).

Are Xenon / Ryzen class PC build SKUs better at multi-debugging scenarios?

I write code that runs both on applications running in emulators, as well as code that runs docker images locally.

I debug both code bases at the same time, since I'm testing scenarios such as "what did App sent to server? What did the server process? What was sent back?"

For that, I've had a build that runs Android Emulator + IntelliJ IDE debugging the app + another IntelliJ IDE debugging a dockerized Kotlin react server + chrome providing real-time debug logs in between.

At worst, when debugging both scenarios i'm clocking at 90% my total CPU count (it's an i7), with about 14 gigs of RAM usage (I have 16).

So this got me thinking. since I have multiple processes running (the 2 IDEs, the Emulator VM, the docker image + Chrome + whatever remote debugging processes that trigger) if a CPU with high number of cores + tons of RAM would help out.

This led me to start thinking about switching from an i7 to a Xenon / Ryzen / threadripper class SKU, while expanding my RAM to 64.

So before I sink A TON of money on this - I was wondering if anyone out there in the Stackflow community faced similar dilemmas and resolved similarly as well.

In essence, are Xenon / Ryzen style processors BETTER at simultaneous debugging scenarios?

Thanks

IF entering Location, Then Send Android SMS or Gmail Problem

You might also want to buy her some pepper spray, some of them are really compact and can just hang off of a keychain
https://www.amazon.com/Best-Sellers...e-Pepper-Spray/zgbs/sporting-goods/3222129011

Agreed! We've been going over some of the other safety things she might be able to do to defend herself. Tasers, pepper spray, even self-defense classes online as it's a pretty remote area she walks to and from. The whole thing just infuriates me as it really shouldn't be this way when she's just trying to keep her head down and keep steady employment. Even her walking has been hindered by people calling the cops multiple times merely for walking by their houses, in an area where most don't walk unless it's for exercise, merely to harass her. But I do try to remind her, given everything, having the cops called may be to her advantage since she's experiencing this level of danger on an almost daily basis.😊

KgTv Player with an activation code that includes more than 5000 channels for life

Today I present to you a wonderful application KgTv player that includes many advantages that are not available in other applications such as the search feature and the popup window and the speed and ease of use and the size is very small: it is also very safe if it is available in the Google Play Store
These are the full application features:

-- Pop-up window for an independent application that allows you to view any channel, And enjoy the same time using other applications such as Facebook and Google Chrome.
--⏰ Super speed when viewing channels and perform other tasks.
-- Quality Change System Allows you to choose the quality of the broadcast as appropriate.
-- The possibility of changing the place of and size player easily and at any time and depending on your taste.
-- Channel search system is easy and fast.
--⚠ detector errors which reveal 90% of the errors, which helps to solve problems.
--✔ Automatic verification system for links provides effort and tiring experience.
-- system tags add to the aesthetic application and it organizes the channel list It supports languages and even qualities.
-- Advanced internal player supports most types of processors.
-- support secure communication via the https protocol.
--➕ Allows you to add channel listings from a link to a file or to a text file .
--✍ Ability to edit ✎ or delete channels easily.
--♻ automatic debugger for the names of the channels.
--⛔ automatic system to remove pornographic channels works by 70%.
-- Automatic system to reconnect to the server when a defect occurs.
-- ️ fully support for Smart TV and Android Box.
-- Support system shortcut links ShorTv.


Enjoy now kgtv player with more than 5000 channels
Code: FL-UX-US
Number of channels: 5000 channels
Duration: Lifetime, with updating for each period





Application link on Google Play
https://play.google.com/store/apps/details?id=tk.kgtv


Pictures from the application:


86722710_614796009084026_5707801143116038144_o.png

86730814_614796055750688_4469879869194371072_o.png

86776547_614796085750685_2982345605814157312_o.png

86793527_614795892417371_9168700530560598016_o.png


86738717_614795802417380_5294050356328660992_o.png

86970746_614795839084043_7888222324078411776_o.png


86697898_614795962417364_1534716330257678336_o.png



Apps How can i set a padding for a Button element that uses android:background+app quits instantly

Hello to everyone in this forum,
i'm new to android-development and i have a question:

i'm trying to create a rounded button,i found a tutorial that descibles the android:background attribute for the Button element for the layout files. So i created the buttonshape.xml in the drawables folder and have the following layout file:
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent">

    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="5dp">

        <Button
            android:id="@+id/date_from_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:onClick="onButtonDateFrom"
            android:background="@drawable/buttonshape"
            android:text="@string/datum_from_button" />

        <Button
            android:id="@+id/date_to_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:onClick="onButtonDateTo"
            android:text="@string/datum_to_button" />


    </LinearLayout>

    <DatePicker
        android:layout_gravity="center"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:visibility="gone"/>

    <LinearLayout
        android:orientation="horizontal"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <Button
            android:id="@+id/time_from_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:onClick="onButtonTimeFrom"
            android:text="@string/time_from_button" />

        <Button
            android:id="@+id/time_to_button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:onClick="onButtonTimeTo"
            android:text="@string/time_to_button" />


    </LinearLayout>

    <DatePicker
        android:layout_gravity="center"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:visibility="gone"/>

    <FrameLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <Button
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/search_start"
            android:layout_gravity="center_horizontal"/>

        <Button
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:text="@string/search_start"/>

    </FrameLayout>
</ScrollView>
</LinearLayout>

Now my problem is that i'm not able to set a padding for the Button, no matter which attribute i set i get no padding and the app stops directly after starting it. Here is the code of the drawable/buttonshape.xml file:

Code:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
    <corners
        android:radius="23dp"
        />
    <solid
        android:color="#FF0000"
        />
    <stroke
        android:width="2dp"
        android:color="#878787"
        />

    <padding
        android:left="5dp"
        android:top="5dp"
        android:right="5dp"
        android:bottom="5dp"
        />
</shape>
I don't understand what i'm doing wrong so the app isn't even starting... but i get no errors when building it... please help a lost soul.

best regards,
workbench

Apps Image is not changed when upload new image

In Android Studio, I can get to change an image in Firebase Storage.
But When I run app again, the old image still in cache and is loaded on ImageView, even I link new image with Firebase directly.

Is there someone with this same problem which could help me?

P.S.: I can save the image in Firebase Storage.

My code is:
Java:
public static void changePhoto(final Context context, String pUserId, Intent pData){
        Uri urlPhoto =  pData.getData();
        StorageReference mStorage;
        Bundle extras = pData.getExtras();
        Bitmap bmp = (Bitmap) extras.get("data");
        ByteArrayOutputStream bos = new ByteArrayOutputStream();

        bmp.compress(Bitmap.CompressFormat.WEBP, 100, bos);
        String imageEncoded = Base64.encodeToString(bos.toByteArray(), Base64.DEFAULT);
        mStorage = FirebaseStorage.
                getInstance().
                getReference(pUserId + "/" + pUserId + ".webp");
    

        mStorage.putBytes(bos.toByteArray()).addOnSuccessListener(new OnSuccessListener<UploadTask.TaskSnapshot>() {
            @Override
            public void onSuccess(UploadTask.TaskSnapshot taskSnapshot) {

                Toast.makeText(context, "Ok. Photo uploaded with success.",Toast.LENGTH_LONG).show();
            }
        }).addOnFailureListener(new OnFailureListener() {
            @Override
            public void onFailure(@NonNull Exception e) {
                Toast.makeText(context, "!!! Error !!!",Toast.LENGTH_LONG).show();
            }
        });
    }

How to enable LockScreen by default in android pie

Hi Everyone.

I am new for android platform source code. I have a requirement like below please help me to achieve that.

My requirement was, I need to enable this screen lock feature and the specified password in AOSP itself. once i build the source and flashed the images to the device. The device should ask the password to access the system once it booted. how to do this. Any help is really appreciated.

Thansk & Regards,
VImal.

Help Uploading an intranet based application to Play Store

I am currently working on a intranet based application wherein the servers would not be deployed to cloud environment.

I have few queries surrounding that:


1. Does Google allow intranet based application to be deployed to Play store?

2. If Yes, since my servers are to be installed locally(only on windows) how do i provide the server access so that Google can do the testing as per the play store upload process?


**I know intranet based app should not be sent into production, but this requirement is very specific. Any help would be greatly appreciated.

Guess the Flag - World Flags

Which country does this flag belong to?**
How well do you know flags and its countries? Match the flags with their respective nations. Be the ultimate quiz master!

"Great app with a very fun but educational way to learn the flags which can always be useful!! Thanks!!" - ★★★★★

• How well do you know flags and its countries? Become a professional!
• Match the flags with their respective nations.


★ frequent updates
★ source of knowledge
★ countries trivia
★ great fun

Challenge yourself to guess the countries. Test your knowledge of national flags!

https://play.google.com/store/apps/details?id=com.silverpoint.guesstheflagworldflags

Attachments

  • 20200316_083452.jpg
    20200316_083452.jpg
    459.9 KB · Views: 183

Filter

Back
Top Bottom