I need to talk to an android developer!
- By MoodyBlues
- Android Development
- 6 Replies
Awesome post, @bcrichster, just awesome! 

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.


That makes sense. Thanks.I don't find it strange since it's coming from LineageOS which is reputable and less likely to come with spyware than pre-installed android. It's probably just a version difference.
Now if he got the rom from a nefarious source, then the source should be in question and not LineageOS.

I was tired, I do not know why I wrote on here, thought I could help out, meaning the first conact should be your own information, there is no way how to delete it.Thanks for trying to help, but I am struggling to understand your post, as it is written in a very confusing manner (I am guessing that English is not your first language).
However, even if I worked out what you were trying to say, it does not look like an answer to my question.
Not me on my Moto Z² Force and Moto X 2nd Generation. *shrug*For me it does on my moto, zte, lg, and samsung.
Quite likely, pity everybody needs to use it...
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent">
<item name="workouttype" type="id" />
<item name="txthello" type="id"/>
</resources>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<EditText
android:id="@+id/editTextFirstName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:ems="10"
android:inputType="textPersonName"
android:text="First Name"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<EditText
android:id="@+id/editTextLastName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:ems="10"
android:inputType="textPersonName"
android:text="Last Name"
app:layout_constraintStart_toStartOf="@+id/editTextFirstName"
app:layout_constraintTop_toBottomOf="@+id/editTextFirstName" />
<EditText
android:id="@+id/editTextEmail"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:ems="10"
android:inputType="textPersonName"
android:text="Email"
app:layout_constraintEnd_toEndOf="@+id/editTextLastName"
app:layout_constraintStart_toStartOf="@+id/editTextLastName"
app:layout_constraintTop_toBottomOf="@+id/editTextLastName" />
<Button
android:id="@+id/btnRegister"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:text="Register"
app:layout_constraintEnd_toEndOf="@+id/editTextEmail"
app:layout_constraintStart_toStartOf="@+id/editTextEmail"
app:layout_constraintTop_toBottomOf="@+id/editTextEmail" />
<TextView
android:id="@+id/textViewFirstName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="100dp"
android:text="First Name"
app:layout_constraintEnd_toEndOf="@+id/btnRegister"
app:layout_constraintStart_toStartOf="@+id/btnRegister"
app:layout_constraintTop_toBottomOf="@+id/btnRegister" />
<TextView
android:id="@+id/textViewLastName"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="Last Name"
app:layout_constraintEnd_toEndOf="@+id/textViewFirstName"
app:layout_constraintHorizontal_bias="1.0"
app:layout_constraintStart_toStartOf="@+id/textViewFirstName"
app:layout_constraintTop_toBottomOf="@+id/textViewFirstName" />
<TextView
android:id="@+id/textViewEmail"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="Email"
app:layout_constraintEnd_toEndOf="@+id/textViewLastName"
app:layout_constraintStart_toStartOf="@+id/textViewLastName"
app:layout_constraintTop_toBottomOf="@+id/textViewLastName" />
</androidx.constraintlayout.widget.ConstraintLayout>
Hi, I have a Nokia 3.1 running Android 9. I have a problem which seemed to start after a recent update...
I have a 128gb SD card with about 45gb of music on it.
Most music player apps don't seem able to read the card properly (the only ones that can read it have really bad user interfaces and limited functions)
Some music player apps can read a few tracks (91 seems to be a common number, I don't know why), others cannot read any.
I know that the card is readble, because the file explorer app can read it and display all the files.
Can anyone help me with this please?
Thanks!
> 'Do you like the s9 plus'
Yes, it's a great phone. Snappy, with some good features added by Samsung.
My only complaint is that my battery life seems to be dropping lately, without any obvious culprit. I'm afraid my heavy use for the past 15 months may be degrading it. I guess I'll have to get used to carrying around a power pack.