Skip to content

How Can I Show Image with text in AreTextView, PLease #150

Open
shagorjhon wants to merge 111 commits intotoolbar-refafrom
master
Open

How Can I Show Image with text in AreTextView, PLease #150
shagorjhon wants to merge 111 commits intotoolbar-refafrom
master

Conversation

@shagorjhon
Copy link

There is show only text and formatted text, but the image not showing. please fix this or suggest me. thank you

viewModel.getListLiveData().observe(this, new Observer<List<ModelClass>>() { @Override public void onChanged(List<ModelClass> modelClasses) { titleShow.setText(modelClasses.get(position).getTitle()); areTextView.setText(Html.fromHtml(modelClasses.get(position).getContent())); id = modelClasses.get(position).getId(); } });

`@Override
protected void onActivityResult(int requestCode, int resultCode, @nullable Intent data) {
super.onActivityResult(requestCode, resultCode, data);
if (requestCode == EDIT_NOTE_REQUEST_CODE && data!=null ){
String titleTxt = data.getStringExtra(EditNote.EDIT_NOTE_TITLE);
String contentTxt = data.getStringExtra(EditNote.EDIT_NOTE_CONTENT);
String dateTxt = data.getStringExtra(EditNote.EDIT_NOTE_DATE);

        ModelClass modelClass = new ModelClass(titleTxt,contentTxt,dateTxt);
        modelClass.setId(id);
        viewModel.update(modelClass);
    }
}`

chinalwb and others added 26 commits July 30, 2020 09:23
Syntax issues (proposals)
2. Glide update 4.9.0 -> 4.11.0
3. Remove MyAppGlideModule.java

If you implement the are library and implement another library that uses glide 4.11.0, an AppGlideModule crashes and causes a crash. So, you need to upgrade.

https://stackoverflow.com/questions/58222340/glide-4-10-0-java-lang-illegalstateexception-generatedappglidemoduleimpl-is-i
Fix crash when casting class extending activity
Add possibility to specifie to FontColor a ColorPickerView declared in the client xml
Text Color icon change with the selected color
Starting api 27, suggestions are displayed and it cause problem
@chinalwb
Copy link
Owner

Hi @shagorjhon , regarding this RP, are you fixing the issue you ran into or, you'd like me to look into the issue and release a new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants