uptechteam / MotionViews-Android

Code Guide: How to create Snapchat-like image stickers and text stickers.
https://blog.uptech.team/how-to-create-snapchat-like-stickers-for-android-50512957c351
MIT License
479 stars 112 forks source link

Not able to edit the sentence from particular point #32

Closed rohitgarg29 closed 6 years ago

rohitgarg29 commented 6 years ago

Hi,

I want to edit the sentence from particular point and show the cursor, is it possible?

Regards, R

AndriyBas commented 6 years ago

hello, @rohitgarg29. Nope, now it is not possible to edit the sentence from a particular point. The implementation does not allow it currently.

rohitgarg29 commented 6 years ago

Hello, @AndriyBas If not, is there possibility of showing cursor icon? Thanks for your quick response! 👍

AndriyBas commented 6 years ago

currently - not possible to show the cursor. Because the text is shown as a Bitmap. However, you can implement a solution to draw the line similar to cursor where you need + add logic to refresh it periodically to make it blink like a cursor.

mwshubham commented 6 years ago

Are you planning to add this feature? This seems to be a good one. Thanks in advance.