AnishStha

Results 5 issues of AnishStha

I am using addView of a DrawerLayout in a baseactivity to put contents of child activity on the drawer. contentView = inflater.inflate(layoutResId, mBaseDrawer, false); mBaseDrawer.addView(contentView, 0); But I am not...

Currently when I insert spaces in draftjs editor, draftToHtml(convertToRaw(editorState.getCurrentContent())) does not convert whitespaces to nbsp when not at the end/start of a block. How do I put nbsp; in the...

Does not seem to be any dedicated information on it and it is confusing.

question

Can you tell me how I can integrate own controller? The problem I have right now is I am using a different component which scrolls to "anchors". However the problem...

I need to do things based on which section I am currently on. Can I get the hash without displaying it in the url?