Amritpal33

Results 10 comments of Amritpal33

Hi vuhung3990, You have to set draggable_view:top_view_resize="true" to resize your videos in com.github.pedrovgs.DraggableView attribute of your xml. Thanks!

Hi Pedrovgs, I am using your library in one of the high scale commercial Application. Could you please help me resolving how can i support both resizing and Landscape mode....

Hi Fiddl3, Thanks alot for your Fixes. i tried to run your branch and the secondview issue and resizing is working perfectly. How Landscape mode changing is Throwing Number Format...

I am using Draggable Panel. i replace the value with hardcoded 2.0(random x scale factor and everything works fine.)

Hi Fiddl3, I am constantly facing Number Format Exception while using DraggablePanel class in the following line: float yScaleFactor = attributes.getFloat(R.styleable.draggable_view_top_view_y_scale_factor, DEFAULT_SCALE_FACTOR); Here are the Logs: 12-01 11:48:40.502: E/AndroidRuntime(3621): java.lang.NumberFormatException:...

@Pedrovgs i am using DraggablePanel with resize Transformer. DraggableView's resize attribute is set to True in draggablePanel.xml. I have reverted my branch again to the older version. i will upload...

Hi Fiddl3, The Method is already written in the similar passion , and the crash is still there.

Hi ankush, I am facing a similar issue. instead of getting any unicode from _emojiconEditText.getText().toString(); i am getting "������" value. kindly suggest what could be the issue..

Hi Ankush, I am using Android studio and i found this text while debugging. Also when i try to send the text obtained from edit text to server it gives...

Hi Miki, ``` Can you post some code how you have encoded chars to utf-8 as i have tried every thing but failed. ``` Thanks.