How to root and install Android 10 on Xiaomi Note 9 Pro Max?
- Smartphones
- 2 Replies
What he said.....
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.
Can it run on devices with Android 9.WHAT'S NEW
Reverted permissions setting.
EXTRA INFO
DESCRIPTION
- Rating: 4.6
- Installs: 50,000+
- Download Size: 20M
- Version: 1.0.7
public class NoteMaker extends AppCompatActivity {
private EditText editTextField;
boolean isEmpty;
private String textForUpdating;
private char imageRecognitionChar = 145;
private SpannableStringBuilder spannableStringBuilder;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.note_maker);
getSupportActionBar().setDefaultDisplayHomeAsUpEnabled(true);
spannableStringBuilder = new SpannableStringBuilder();
editTextField = findViewById(R.id.textID);
textForUpdating = MainActivity.text;
if (textForUpdating.equals("")) {
isEmpty = true;
} else isEmpty = false;
findFileNameInText();
}
public void onClick(View view) {
editTextField.setText("");
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.text, menu);
return true;
}
@Override
public boolean onOptionsItemSelected(@NonNull MenuItem item) {
Intent intent;
switch (item.getItemId()) {
case R.id.saveBtn:
intent = new Intent();
intent.putExtra("editTextField", editTextField.getText().toString());
if (isEmpty) {
setResult(1, intent);
} else {
setResult(2, intent);
}
finish();
break;
case R.id.addImage:
intent = new Intent(getApplicationContext(), Gallery.class);
startActivityForResult(intent, 1);
break;
}
return super.onOptionsItemSelected(item);
}
@Override
protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
super.onActivityResult(requestCode, resultCode, data);
if (data != null) {
String imageName = data.getStringExtra("image");
addImageInEditText(getDrawable(imageName), imageName);
}
}
private void addImageInEditText(Drawable drawable, String imageName) {
imageName = imageRecognitionChar + imageName;
drawable.setBounds(0, 0, 1000, 500);
int selectionCursorPos = editTextField.getSelectionStart();
editTextField.getText().insert(selectionCursorPos, imageName);
selectionCursorPos = editTextField.getSelectionStart();
SpannableStringBuilder builder = new SpannableStringBuilder(editTextField.getText());
int startPos = selectionCursorPos - imageName.length();
builder.setSpan(new ImageSpan(drawable), startPos, selectionCursorPos, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE);
editTextField.setText(builder);
editTextField.setSelection(selectionCursorPos);
}
private Drawable getDrawable(String imageFile) {
Drawable d = null;
try (InputStream in = getResources().getAssets().open(imageFile)) {
d = Drawable.createFromStream(in, null);
} catch (IOException e) {
e.printStackTrace();
}
return d;
}
private void findFileNameInText() {
if (!textForUpdating.contains("" + imageRecognitionChar)) {
editTextField.setText(textForUpdating);
return;
}
String[] array = textForUpdating.split("" + imageRecognitionChar);
for (int i = 0; i < array.length; i++) {
String text = array[i];
if (!text.contains(".jpg") && !text.contains(".png")) {
spannableStringBuilder.append(text);
continue;
}
String imageFile = text.substring(0, text.indexOf(".") + 4);
editTextField.setText(text);
loadImageToEditTExt(getDrawable(imageFile), imageFile);
}
editTextField.setText(spannableStringBuilder);
}
private void loadImageToEditTExt(Drawable drawable, String imageFile) {
drawable.setBounds(0, 0, 1000, 500);
int startPos = 0;
editTextField.getText().insert(startPos, "" + imageRecognitionChar);
int selectionCursorPos = imageFile.length() + 1;
SpannableStringBuilder builder = new SpannableStringBuilder(editTextField.getText());
builder.setSpan(new ImageSpan(drawable), startPos, selectionCursorPos, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
spannableStringBuilder.append(builder);
}
}
Find furniture you like and design a campsite that suits your style!
Tents, hammocks, fireplaces, a stuffed-animal sofa...mix and match to your heart's content! Make a trendy open-air café, or line up some microphones and guitars to create an outdoor music festival! In the mood for a little extra fun? Set up a merry-go-round and open a theme park. You can even make a pool, or fill the sky with fireworks!
◆ Design your campsite, camper, and cabin however you want
◆ Collect themed items from Fishing Tourneys and Garden Events that happen throughout the year
◆ More than 1,000 pieces of furniture and 300 pieces of clothing and accessories are available to choose from, with more being added all the time
◆ Features more than 100 animals with quirky personalities
Fulfill animal requests and watch your friendship with them grow! Once you become close enough friends, you can invite them to your campsite. The more the merrier!
Design a show-stopping campsite, invite your favorite animals, and take an in-game photo to show your friends. If your friends like what you've done, they may even give you kudos!
The great outdoors has so much to offer!
Notes: This game is free to start, with in-app purchases available. Internet connectivity is required to play Animal Crossing: Pocket Camp. Data charges may apply. May include advertising.
Raw images pulled from EUT server (M040, M050, M070): https://drive.google.com/folderview?id=0B6AGUt-9bvnwZTd4QzJBOWtLSkE&usp=sharing
Tool to extract this image: https://gist.github.com/peremen/71330cbb4a6556358b938e0e353255a6
Modifications welcome as long as it is GPLv3+.
not sure why you want to......there is no dev community to support your device.Please how can I root my phone which is Tecno LB7
I pay my bills for my two Verizon phones online

welcome to AF!!!!!!!!!!!!!Why when i download on my apple I pad it downloads to my i phone automatically why and how do I stop it?
Thank you
You look guiltyI don't know why I'm getting all the blame for this.
The Seneo is super picky. Didn't like the ANker 30ws, but likes the 45w.Good idea. I just brought a wireless Seneo charger to work from the pair I got. I'm getting fast wireless charging using an OEM Pixel 3a cord and Cheotech USB-C charging block. Go figure![]()
It was basically going to google search, However I ran Google Assistant again, and it now works. Thanks for the replies, and how to I mark thread as solved.
Henry